MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / sol

Method sol

lib/web/CodeMirror/src/util/StringStream.js:19–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17
18 eol() {return this.pos >= this.string.length}
19 sol() {return this.pos == this.lineStart}
20 peek() {return this.string.charAt(this.pos) || undefined}
21 next() {
22 if (this.pos < this.string.length)

Callers 15

tokenBaseFunction · 0.80
twTokenCodeFunction · 0.80
tokenPerlFunction · 0.80
gherkin.jsFile · 0.80
tokenHereDocFunction · 0.80
tokenBaseFunction · 0.80
tokenLexerFunction · 0.80
gfm.jsFile · 0.80
properties.jsFile · 0.80
inTextFunction · 0.80
tiki.jsFile · 0.80
dispatchFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected