MCPcopy
hub / github.com/aiming-lab/MetaClaw / exists

Method exists

tests/test_cli.py:15–16  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

13
14 class FakeConfigStore:
15 def exists(self):
16 return True
17
18 def get(self, key):
19 assert key == "proxy.port"

Callers 15

upgrade_statusFunction · 0.45
run_onceMethod · 0.45
_load_stateMethod · 0.45
read_alert_historyMethod · 0.45
read_health_historyMethod · 0.45
read_recentMethod · 0.45
read_historyMethod · 0.45
read_cycle_summaryMethod · 0.45
read_cycle_historyMethod · 0.45
read_review_queueMethod · 0.45
read_review_historyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected