Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/msiemens/tinydb
/ test_search_no_results_cache
Function
test_search_no_results_cache
tests/test_tinydb.py:356–358 ·
view source on GitHub ↗
(db: TinyDB)
Source
from the content-addressed store, hash-verified
354
355
356
def
test_search_no_results_cache(db: TinyDB):
357
assert len(db.search(where(
'missing'
).exists())) == 0
358
assert len(db.search(where(
'missing'
).exists())) == 0
359
360
361
def
test_get(db: TinyDB):
Callers
nothing calls this directly
Calls
3
where
Function · 0.90
exists
Method · 0.80
search
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…