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

Function _copy_playground

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

Source from the content-addressed store, hash-verified

21 # Copy pipelines
22
23def _copy_playground():
24 target_dir = os.path.join(os.getcwd(), "playground")
25 if not os.path.exists(target_dir):
26 os.makedirs(target_dir)
27 copy_files_recursively(DataFlowPath.get_dataflow_playground_dir(), target_dir)
28
29def _copy_examples():
30 target_dir = os.path.join(os.getcwd(), "example_data")

Callers 1

cli_initFunction · 0.85

Calls 2

copy_files_recursivelyFunction · 0.85

Tested by

no test coverage detected