MCPcopy Index your code
hub / github.com/bigskysoftware/_hyperscript / sourceFor

Method sourceFor

tools/common/_hyperscript.iife.js:639–641  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

637 return all;
638 }
639 sourceFor() {
640 return this.programSource.substring(this.startToken.start, this.endToken.end);
641 }
642 lineFor() {
643 return this.programSource.split("\n")[this.startToken.line - 1];
644 }

Callers 9

evaluateNoPromiseMethod · 0.45
nullCheckMethod · 0.45
beepValueToConsoleMethod · 0.45
sloppyContainsMethod · 0.45
sloppyMatchesMethod · 0.45
resolveMethod · 0.45
resolveMethod · 0.45
resolveMethod · 0.45
sourceInfo.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected