MCPcopy 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

normalFunction · 0.80
inMathModeFunction · 0.80
inCommentFunction · 0.80
blockNormalFunction · 0.80
localFunction · 0.80
tokenBaseFunction · 0.80
tokenSOMETHINGFunction · 0.80
tokenPerlFunction · 0.80
tokenBaseFunction · 0.80
gfm.jsFile · 0.80
properties.jsFile · 0.80
tokenBaseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected