Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
def
_ensure_dir() -> None:
35
HISTORY_DIR.mkdir(parents=True, exist_ok=True)
36
37
38
def
save_session(record: SessionRecord) -> Path:
Callers
1
save_session
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected