Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ FindFilesToSyncIn
Function
FindFilesToSyncIn
tools/inspector_protocol/roll.py:57–62 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
55
56
57
def
FindFilesToSyncIn(path):
58
files = []
59
for
f in FILES_TO_SYNC:
60
files += glob.glob(os.path.join(path, f))
61
files = [os.path.relpath(f, path)
for
f in files]
62
return
files
63
64
65
def
FilesAreEqual(path1, path2):
Callers
1
main
Function · 0.70
Calls
2
glob
Method · 0.80
join
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…