MCPcopy
hub / github.com/witheve/Eve / nodeToBoundaries

Function nodeToBoundaries

src/runtime/parser.ts:1365–1367  ·  view source on GitHub ↗
(node, offset = 0)

Source from the content-addressed store, hash-verified

1363//-----------------------------------------------------------
1364
1365export function nodeToBoundaries(node, offset = 0) {
1366 return [node.startOffset, toEnd(node)];
1367}
1368
1369let eveParser = new Parser([]);
1370

Callers 3

recordMethod · 0.90
scanMethod · 0.90
provideMethod · 0.90

Calls 1

toEndFunction · 0.85

Tested by

no test coverage detected