MCPcopy 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
57def 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
65def FilesAreEqual(path1, path2):

Callers 1

mainFunction · 0.70

Calls 2

globMethod · 0.80
joinMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…