Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ lazyLoadFsSync
Function
lazyLoadFsSync
lib/internal/fs/recursive_watch.js:33–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
let
internalSync;
32
33
function
lazyLoadFsSync() {
34
internalSync ??= require(
'fs'
);
35
return
internalSync;
36
}
37
38
let
kResistStopPropagation;
39
Callers
3
#watchFolder
Method · 0.85
#watchFile
Method · 0.85
[kFSWatchStart]
Method · 0.85
Calls
1
require
Function · 0.50
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…