Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tinyplex/tinybase
/ mergeable-json.test.ts
File
mergeable-json.test.ts
test/unit/persisters/database/mergeable-json.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
/* eslint-disable max-len */
2
import
'fake-indexeddb/auto'
;
3
import
type
{MergeableStore} from
'tinybase'
;
4
import
{createMergeableStore} from
'tinybase'
;
Callers
nothing calls this directly
Calls
15
getTimeFunctions
Function · 0.90
getDatabaseFunctions
Function · 0.90
createMergeableStore
Function · 0.90
getDatabase
Function · 0.85
setDatabase
Function · 0.85
pause
Function · 0.85
destroy
Method · 0.65
save
Method · 0.65
setTables
Method · 0.65
setValues
Method · 0.65
load
Method · 0.65
getContent
Method · 0.65
Tested by
no test coverage detected