Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ hasNext
Method
hasNext
lib/internal/source_map/source_map.js:115–117 ·
view source on GitHub ↗
* @returns {boolean}
()
Source
from the content-addressed store, hash-verified
113
* @returns {boolean}
114
*/
115
hasNext() {
116
return
this._position < this._string.length;
117
}
118
}
119
120
/**
Callers
2
#parseMap
Method · 0.95
_parseMap
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected