Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ScaleML/AgentSPEX
/ list_logs
Method
list_logs
scripts/dashboard.py:542–543 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
540
self.lock = threading.Lock()
541
542
def
list_logs(self) -> list[dict]:
543
return
_collect_logs(self.root)
544
545
def
_default_path(self) -> Optional[str]:
546
if
self.initial_path:
Callers
1
_default_path
Method · 0.95
Calls
1
_collect_logs
Function · 0.85
Tested by
no test coverage detected