Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clientdb/clientdb
/ CreateEntityInput
Interface
CreateEntityInput
core/entity.ts:37–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
: never;
36
37
interface
CreateEntityInput<D, V> {
38
data: Partial<D>;
39
client: EntityClient<D, V>;
40
}
41
42
function
assertDataMatchDefinition<D>(
43
data: D,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected