MCPcopy
hub / github.com/jquery/esprima / Entry

Interface Entry

src/comment-handler.ts:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11interface Entry {
12 comment: Comment;
13 start: number;
14}
15
16interface NodeInfo {
17 node: any;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…