MCPcopy Create free account
hub / github.com/Ishabdullah/Codey-v2 / create_default_config

Function create_default_config

core/daemon_config.py:155–158  ·  view source on GitHub ↗

Create a default config file.

()

Source from the content-addressed store, hash-verified

153
154
155def create_default_config() -> Path:
156 """Create a default config file."""
157 config = get_config()
158 return config.create_default_config()

Callers

nothing calls this directly

Calls 2

get_configFunction · 0.85
create_default_configMethod · 0.80

Tested by

no test coverage detected