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

Method lineFor

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

Source from the content-addressed store, hash-verified

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 }
645 static parseEventArgs(parser) {
646 var args = [];
647 if (parser.token(0).value === "(" && (parser.token(1).value === ")" || parser.token(2).value === "," || parser.token(2).value === ")")) {

Callers 1

sourceInfo.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected