Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CL-lau/SQL-GPT
/ init_upload_dir
Function
init_upload_dir
utils/st_content.py:6–8 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4
5
6
def
init_upload_dir() -> None:
7
if
not os.path.exists(
"uploads"
):
8
os.makedirs(
"uploads"
)
9
10
11
def
init_sidebar() -> None:
Callers
1
main
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected