Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/NARKOZ/hacker-scripts
/ get_log_path
Function
get_log_path
python3/hackerutils.py:20–23 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
18
19
20
def
get_log_path(name):
21
path = pathlib.Path(__file__).parent /
'logs'
/ name
22
path.parent.mkdir(parents=True, exist_ok=True)
23
return
path
Callers
2
hangover.py
File · 0.90
smack_my_bitch_up.py
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected