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

Method next

lib/internal/source_map/source_map.js:101–103  ·  view source on GitHub ↗

* @returns {string}

()

Source from the content-addressed store, hash-verified

99 * @returns {string}
100 */
101 next() {
102 return StringPrototypeCharAt(this._string, this._position++);
103 }
104
105 /**
106 * @returns {string}

Callers 2

#parseMapMethod · 0.95
_parseMapFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected