MCPcopy Create free account
hub / github.com/RightNow-AI/rightnow-cli / get_config_path

Method get_config_path

rightnow_cli/cache.py:65–67  ·  view source on GitHub ↗

Get the config file path.

(self)

Source from the content-addressed store, hash-verified

63 conn.commit()
64
65 def get_config_path(self) -> Path:
66 """Get the config file path."""
67 return self.config_dir / "config.json"
68
69 def get_config(self) -> Dict[str, Any]:
70 """Load configuration from file."""

Callers 5

get_configMethod · 0.95
save_configMethod · 0.95
test_get_config_pathMethod · 0.80
test_save_configMethod · 0.80

Calls

no outgoing calls

Tested by 3

test_get_config_pathMethod · 0.64
test_save_configMethod · 0.64