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

Method sourceFor

www/js/_hyperscript.js:646–648  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

644 return all;
645 }
646 sourceFor() {
647 return this.programSource.substring(this.startToken.start, this.endToken.end);
648 }
649 lineFor() {
650 return this.programSource.split("\n")[this.startToken.line - 1];
651 }

Callers 8

evaluateNoPromiseMethod · 0.45
nullCheckMethod · 0.45
beepValueToConsoleMethod · 0.45
sloppyContainsMethod · 0.45
sloppyMatchesMethod · 0.45
resolveMethod · 0.45
resolveMethod · 0.45
resolveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected