Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bigskysoftware/_hyperscript
/ sourceFor
Method
sourceFor
src/parsetree/base.js:29–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
}
28
29
sourceFor() {
30
return
this.programSource.substring(this.startToken.start, this.endToken.end);
31
}
32
33
lineFor() {
34
return
this.programSource.split(
"\n"
)[this.startToken.line - 1];
Callers
9
evaluateNoPromise
Method · 0.45
nullCheck
Method · 0.45
beepValueToConsole
Method · 0.45
hdb.js
File · 0.45
resolve
Method · 0.45
resolve
Method · 0.45
sloppyContains
Method · 0.45
sloppyMatches
Method · 0.45
resolve
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected