Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clientdb/clientdb
/ createTestDb
Function
createTestDb
core/tests/utils/createTestDb.ts:9–17 ·
view source on GitHub ↗
(config?: TestDbConfig)
Source
from the content-addressed store, hash-verified
7
};
8
9
export
function
createTestDb(config?: TestDbConfig) {
10
if
(!config?.entities) {
11
if
(!config) config = {};
12
13
config.entities = [dog, owner];
14
}
15
16
return
createClientDb(config.entities!);
17
}
Callers
7
getTestDb
Function · 0.90
getTestDb
Function · 0.90
getTestDb
Function · 0.90
getTestDb
Function · 0.90
getTestDb
Function · 0.90
getTestDb
Function · 0.90
getTestDb
Function · 0.90
Calls
1
createClientDb
Function · 0.90
Tested by
7
getTestDb
Function · 0.72
getTestDb
Function · 0.72
getTestDb
Function · 0.72
getTestDb
Function · 0.72
getTestDb
Function · 0.72
getTestDb
Function · 0.72
getTestDb
Function · 0.72