MCPcopy 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
6def init_upload_dir() -> None:
7 if not os.path.exists("uploads"):
8 os.makedirs("uploads")
9
10
11def init_sidebar() -> None:

Callers 1

mainFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected