Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ lazyLoadCpPromises
Function
lazyLoadCpPromises
lib/internal/fs/promises.js:141–143 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
139
140
let
cpPromises;
141
function
lazyLoadCpPromises() {
142
return
cpPromises ??= require(
'internal/fs/cp/cp'
).cpFn;
143
}
144
145
// Lazy loaded to avoid circular dependency.
146
let
fsStreams;
Callers
1
cp
Function · 0.85
Calls
1
require
Function · 0.50
Tested by
no test coverage detected