Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ canBeRequiredWithoutScheme
Method
canBeRequiredWithoutScheme
lib/internal/bootstrap/realm.js:304–306 ·
view source on GitHub ↗
(id)
Source
from the content-addressed store, hash-verified
302
}
303
304
static canBeRequiredWithoutScheme(id) {
305
return
canBeRequiredByUsersWithoutSchemeList.has(id);
306
}
307
308
static normalizeRequirableId(id) {
309
if
(StringPrototypeStartsWith(id,
'node:'
)) {
Callers
5
packageResolve
Function · 0.80
moduleResolve
Function · 0.80
loader.js
File · 0.80
normalizeRequirableId
Method · 0.80
isBuiltin
Method · 0.80
Calls
1
has
Method · 0.65
Tested by
no test coverage detected