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

Function toEnd

src/runtime/parser.ts:29–34  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

27}
28
29function toEnd(node) {
30 if(node instanceof Token) {
31 return node.endOffset + 1;
32 }
33 return node.endOffset;
34}
35
36//-----------------------------------------------------------
37// Markdown

Callers 4

addUsageMethod · 0.85
makeNodeMethod · 0.85
constructorMethod · 0.85
nodeToBoundariesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected