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

Method backUp

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

Source from the content-addressed store, hash-verified

45 if (found > -1) {this.pos = found; return true}
46 }
47 backUp(n) {this.pos -= n}
48 column() {
49 if (this.lastColumnPos < this.start) {
50 this.lastColumnValue = countColumn(this.string, this.start, this.tabSize, this.lastColumnPos, this.lastColumnValue)

Callers 15

VimFunction · 0.95
inlineNormalFunction · 0.80
tokenBaseFunction · 0.80
dispatchFunction · 0.80
tokenStringFunction · 0.80
hookIdentifierFunction · 0.80
tokenizerFunction · 0.80
nongreedyFunction · 0.80
greedyFunction · 0.80
tokenBaseFunction · 0.80
tokenStringFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected