MCPcopy Create free account
hub / github.com/OpenOSINT/OpenOSINT / _ensure_dir

Function _ensure_dir

openosint/session_history.py:34–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32
33
34def _ensure_dir() -> None:
35 HISTORY_DIR.mkdir(parents=True, exist_ok=True)
36
37
38def save_session(record: SessionRecord) -> Path:

Callers 1

save_sessionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected