MCPcopy Create free account
hub / github.com/coperception/star / check_folder

Function check_folder

completion/test_completion.py:35–38  ·  view source on GitHub ↗
(folder_path)

Source from the content-addressed store, hash-verified

33from star.utils.metrics import Metrics
34
35def check_folder(folder_path):
36 if not os.path.exists(folder_path):
37 os.mkdir(folder_path)
38 return folder_path
39
40
41def main(args):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected