Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coperception/star
/ check_folder
Function
check_folder
completion/train_completion.py:35–38 ·
view source on GitHub ↗
(folder_path)
Source
from the content-addressed store, hash-verified
33
# ----------------------------
34
35
def
check_folder(folder_path):
36
if
not os.path.exists(folder_path):
37
os.mkdir(folder_path)
38
return
folder_path
39
40
41
def
main(args):
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected