MCPcopy Index your code
hub / github.com/omkarcloud/botasaurus / get_directory_path

Function get_directory_path

botasaurus/cache.py:18–19  ·  view source on GitHub ↗
(file_path)

Source from the content-addressed store, hash-verified

16 super().__init__(f"Cache miss for key: '{key}'")
17
18def get_directory_path(file_path):
19 return os.path.dirname(file_path)
20
21def write_json(data, path):
22 try:

Callers 1

write_jsonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected