MCPcopy Create free account
hub / github.com/bigskysoftware/_hyperscript / sourceFor

Method sourceFor

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

Source from the content-addressed store, hash-verified

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

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