Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bugy/script-server
/ prepare_folder
Function
prepare_folder
src/utils/file_utils.py:100–104 ·
view source on GitHub ↗
(folder_path)
Source
from the content-addressed store, hash-verified
98
99
100
def
prepare_folder(folder_path):
101
path = normalize_path(folder_path)
102
103
if
not os.path.exists(path):
104
os.makedirs(path)
105
106
107
def
make_executable(file_path):
Callers
1
write_file
Function · 0.85
Calls
1
normalize_path
Function · 0.85
Tested by
no test coverage detected