MCPcopy Create free account
hub / github.com/denoland/std / next

Method next

toml/_parser.ts:81–83  ·  view source on GitHub ↗

* Move position to next

(count: number = 1)

Source from the content-addressed store, hash-verified

79 * Move position to next
80 */
81 next(count: number = 1) {
82 this.#position += count;
83 }
84
85 skipWhitespaces() {
86 while (this.#whitespace.test(this.char()) && !this.eof()) {

Callers 15

skipWhitespacesMethod · 0.95
nextUntilCharMethod · 0.95
fnFunction · 0.95
characterFunction · 0.45
bareKeyFunction · 0.45
escapeSequenceFunction · 0.45
basicStringFunction · 0.45
literalStringFunction · 0.45
multilineBasicStringFunction · 0.45
multilineLiteralStringFunction · 0.45
booleanFunction · 0.45
infinityFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected