Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tron521/codex-console-temp
/ query
Method
query
tests/test_database_runtime_config.py:23–28 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
21
22
class
DummySession:
23
def
query(self, *args, **kwargs):
24
class
Counter:
25
def
count(self_inner):
26
return
0
27
28
return
Counter()
29
30
31
class
DummyContext:
Callers
2
test_cleanup_database_default_strategy_removes_only_stale_tasks
Function · 0.45
test_init_default_settings_upgrades_legacy_log_retention
Function · 0.45
Calls
1
Counter
Class · 0.85
Tested by
no test coverage detected