MCPcopy 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

31let internalSync;
32
33function lazyLoadFsSync() {
34 internalSync ??= require('fs');
35 return internalSync;
36}
37
38let kResistStopPropagation;
39

Callers 3

#watchFolderMethod · 0.85
#watchFileMethod · 0.85
[kFSWatchStart]Method · 0.85

Calls 1

requireFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…