Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
#parseMap
Method · 0.95
_parseMap
Function · 0.95
tick
Method · 0.45
reset
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected