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

Function unmarshalPoint

website/public/wasm/web-tree-sitter.js:1235–1241  ·  view source on GitHub ↗
(address)

Source from the content-addressed store, hash-verified

1233}
1234__name(marshalPoint, "marshalPoint");
1235function unmarshalPoint(address) {
1236 const result = {
1237 row: C.getValue(address, "i32") >>> 0,
1238 column: C.getValue(address + SIZE_OF_INT, "i32") >>> 0
1239 };
1240 return result;
1241}
1242__name(unmarshalPoint, "unmarshalPoint");
1243function marshalRange(address, range) {
1244 marshalPoint(address, range.startPosition);

Callers 9

endPositionMethod · 0.85
startPositionMethod · 0.85
endPositionMethod · 0.85
unmarshalRangeMethod · 0.85
nodeTextMethod · 0.85
startPositionMethod · 0.85
endPositionMethod · 0.85
endPositionMethod · 0.85
unmarshalRangeFunction · 0.85

Calls 1

getValueMethod · 0.45

Tested by

no test coverage detected