Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1365
export
function
nodeToBoundaries(node, offset = 0) {
1366
return
[node.startOffset, toEnd(node)];
1367
}
1368
1369
let
eveParser =
new
Parser([]);
1370
Callers
3
record
Method · 0.90
scan
Method · 0.90
provide
Method · 0.90
Calls
1
toEnd
Function · 0.85
Tested by
no test coverage detected