MCPcopy Index your code
hub / github.com/witheve/Eve / scan

Method scan

src/runtime/parser.ts:308–310  ·  view source on GitHub ↗
(node: ParseNode)

Source from the content-addressed store, hash-verified

306 }
307
308 scan(node: ParseNode) {
309 this.scanLike.push(node);
310 }
311
312 makeNode(type, node: ParseNode) {
313 if(!node.id) {

Callers 1

constructorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected