Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/InstaPy/InstaPy
/ verify_database_directories
Function
verify_database_directories
instapy/database_engine.py:126–129 ·
view source on GitHub ↗
(address)
Source
from the content-addressed store, hash-verified
124
125
126
def
verify_database_directories(address):
127
db_dir = os.path.dirname(address)
128
if
not os.path.exists(db_dir):
129
os.makedirs(db_dir)
130
131
132
def
validate_database_address():
Callers
1
validate_database_address
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected