Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FeatureBaseDB/DoctorGPT
/ reset_databases.py
File
reset_databases.py
reset_databases.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
lib.database
import
drop_database
2
for
name in [
"doc_pages"
,
"doc_keyterms"
,
"doc_questions"
,
"doc_fragments"
]:
3
drop_database(name)
Callers
nothing calls this directly
Calls
1
drop_database
Function · 0.90
Tested by
no test coverage detected