Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ skipToEnd
Method
skipToEnd
lib/web/CodeMirror/src/util/StringStream.js:42–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
return
this.pos > start
41
}
42
skipToEnd() {this.pos = this.string.length}
43
skipTo(ch) {
44
let
found = this.string.indexOf(ch, this.pos)
45
if
(found > -1) {this.pos = found;
return
true}
Callers
15
normal
Function · 0.80
inMathMode
Function · 0.80
inComment
Function · 0.80
blockNormal
Function · 0.80
local
Function · 0.80
tokenBase
Function · 0.80
tokenSOMETHING
Function · 0.80
tokenPerl
Function · 0.80
tokenBase
Function · 0.80
gfm.js
File · 0.80
properties.js
File · 0.80
tokenBase
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected