TreeSitterDecodeFunction typedef

TreeSitterDecodeFunction = TreeSitterDecodeResult Function(List<int> bytes)

Native DecodeFunction callback shape without an FFI pointer dependency.

Implementation

typedef TreeSitterDecodeFunction =
    TreeSitterDecodeResult Function(List<int> bytes);