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

Method get_dataflow_agent_dir

dataflow/cli_funcs/paths.py:37–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35
36 @staticmethod
37 def get_dataflow_agent_dir():
38 return DataFlowPath.get_dataflow_dir() / "agent"
39
40 # @staticmethod
41 # def get_dataset_json_dir() -> Path:

Callers

nothing calls this directly

Calls 1

get_dataflow_dirMethod · 0.80

Tested by

no test coverage detected