Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OSU-NLP-Group/Loop-Think-Generalize
/ ensure_dir
Function
ensure_dir
logit_margin_analysis.py:32–33 ·
view source on GitHub ↗
(p: str)
Source
from the content-addressed store, hash-verified
30
31
32
def
ensure_dir(p: str):
33
os.makedirs(p, exist_ok=True)
34
35
36
def
safe_tag(s: str) -> str:
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected