Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MemTensor/MemOS
/ test_delete
Function
test_delete
tests/vec_dbs/test_qdrant.py:110–112 ·
view source on GitHub ↗
(vec_db)
Source
from the content-addressed store, hash-verified
108
109
110
def
test_delete(vec_db):
111
vec_db.delete([
"1"
,
"2"
])
112
vec_db.client.delete.assert_called_once()
113
114
115
def
test_count(vec_db):
Callers
nothing calls this directly
Calls
1
delete
Method · 0.45
Tested by
no test coverage detected