MCPcopy Index your code
hub / github.com/nodejs/node / next

Function next

deps/v8/tools/sourcemap.mjs:364–367  ·  view source on GitHub ↗

* @return {string}

()

Source from the content-addressed store, hash-verified

362 * @return {string}
363 */
364 next()
365 {
366 return this._string.charAt(this._position++);
367 },
368
369 /**
370 * @return {string}

Callers 15

anyMethod · 0.70
get_blame_listMethod · 0.50
middlewareMethod · 0.50
test_initMethod · 0.50
test_init_filter_1Method · 0.50
test_init_infinityMethod · 0.50
test_init_0Method · 0.50
_create_genMethod · 0.50
nextMethod · 0.50

Calls

no outgoing calls

Tested by 9

test_initMethod · 0.40
test_init_filter_1Method · 0.40
test_init_infinityMethod · 0.40
test_init_0Method · 0.40
nextMethod · 0.40

Used in the wild real call sites across dependent graphs

searching dependent graphs…