Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/msiemens/tinydb
/ test_in_memory_close
Function
test_in_memory_close
tests/test_storages.py:144–146 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
142
143
144
def
test_in_memory_close():
145
with
TinyDB(storage=MemoryStorage)
as
db:
146
db.insert({})
147
148
149
def
test_custom():
Callers
nothing calls this directly
Calls
2
TinyDB
Class · 0.90
insert
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…