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

Method eol

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

Source from the content-addressed store, hash-verified

16 }
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() {

Callers 15

processLineFunction · 0.95
takeTokenFunction · 0.95
runModeFunction · 0.95
highlightFunction · 0.95
processLineFunction · 0.95
takeTokenFunction · 0.95
runModeFunction · 0.95
unescapeRegexReplaceFunction · 0.95
VimFunction · 0.95
parseArgsFunction · 0.95
tokenStringHelperFunction · 0.80
tokenStringFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected