MCPcopy Create free account
hub / github.com/OpenDCAI/DataFlow-MM / _copy_pipelines

Function _copy_pipelines

dataflow/cli_funcs/cli_init.py:16–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14 copy_files_recursively(DataFlowPath.get_dataflow_scripts_dir(), target_dir)
15
16def _copy_pipelines():
17 target_dir = os.getcwd()
18 if not os.path.exists(target_dir):
19 os.makedirs(target_dir)
20 copy_files_recursively(DataFlowPath.get_dataflow_pipelines_dir(), target_dir)
21 # Copy pipelines
22
23def _copy_playground():
24 target_dir = os.path.join(os.getcwd(), "playground")

Callers 1

cli_initFunction · 0.85

Calls 2

copy_files_recursivelyFunction · 0.85

Tested by

no test coverage detected