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

Method sourceFor

www/js/_hyperscript-max.js:645–647  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

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

Calls

no outgoing calls

Tested by

no test coverage detected