MCPcopy Create free account
hub / github.com/Louisym/MiniCC / _session_path

Method _session_path

mini_claude_code/storage.py:68–70  ·  view source on GitHub ↗

JSONL 文件路径。CC: ~/.claude/projects/{cwd}/{session_id}.jsonl

(self, session_id: str)

Source from the content-addressed store, hash-verified

66 self._storage_dir = storage_dir
67
68 def _session_path(self, session_id: str) -> Path:
69 """JSONL 文件路径。CC: ~/.claude/projects/{cwd}/{session_id}.jsonl"""
70 return self._storage_dir / f"{session_id}.jsonl"
71
72 def save_message(
73 self,

Callers 3

save_messageMethod · 0.95
load_sessionMethod · 0.95
detect_interruptionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected