MCPcopy Index your code
hub / github.com/mongodb/mongo-python-driver / unasync_directory

Function unasync_directory

tools/synchro.py:417–427  ·  view source on GitHub ↗
(files: list[str], src: str, dest: str, replacements: dict[str, str])

Source from the content-addressed store, hash-verified

415
416
417def unasync_directory(files: list[str], src: str, dest: str, replacements: dict[str, str]) -> None:
418 unasync_files(
419 files,
420 [
421 Rule(
422 fromdir=src,
423 todir=dest,
424 additional_replacements=replacements,
425 )
426 ],
427 )
428
429
430def main() -> None:

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected