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

Method peek

lib/internal/source_map/source_map.js:108–110  ·  view source on GitHub ↗

* @returns {string}

()

Source from the content-addressed store, hash-verified

106 * @returns {string}
107 */
108 peek() {
109 return StringPrototypeCharAt(this._string, this._position);
110 }
111
112 /**
113 * @returns {boolean}

Callers 4

#parseMapMethod · 0.95
_parseMapFunction · 0.95
tickMethod · 0.45
resetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected