Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
processLine
Function · 0.95
takeToken
Function · 0.95
runMode
Function · 0.95
highlight
Function · 0.95
processLine
Function · 0.95
takeToken
Function · 0.95
runMode
Function · 0.95
unescapeRegexReplace
Function · 0.95
Vim
Function · 0.95
parseArgs
Function · 0.95
tokenStringHelper
Function · 0.80
tokenString
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected