Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Work-Fisher/code-claw
/ StoredSession
Class
StoredSession
claw-code/src/session_store.py:9–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
8
@dataclass(frozen=True)
9
class
StoredSession:
10
session_id: str
11
messages: tuple[str, ...]
12
input_tokens: int
13
output_tokens: int
14
15
16
DEFAULT_SESSION_DIR = Path(
'.port_sessions'
)
Callers
2
load_session
Function · 0.85
persist_session
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected