MCPcopy Index your code
hub / github.com/CodeGraphContext/CodeGraphContext / marshalPoint

Function marshalPoint

website/public/wasm/web-tree-sitter.js:1230–1233  ·  view source on GitHub ↗
(address, point)

Source from the content-addressed store, hash-verified

1228}
1229__name(unmarshalTreeCursor, "unmarshalTreeCursor");
1230function marshalPoint(address, point) {
1231 C.setValue(address, point.row, "i32");
1232 C.setValue(address + SIZE_OF_INT, point.column, "i32");
1233}
1234__name(marshalPoint, "marshalPoint");
1235function unmarshalPoint(address) {
1236 const result = {

Callers 10

descendantForPositionMethod · 0.85
marshalRangeMethod · 0.85
marshalEditMethod · 0.85
rootNodeWithOffsetMethod · 0.85
descendantForPositionMethod · 0.85
marshalRangeFunction · 0.85
marshalEditFunction · 0.85

Calls 1

setValueMethod · 0.80

Tested by

no test coverage detected