Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
18
def
get_directory_path(file_path):
19
return
os.path.dirname(file_path)
20
21
def
write_json(data, path):
22
try
:
Callers
1
write_json
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected