Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/db
/ constructor
Method
constructor
packages/db/tests/proxy.test.ts:175–178 ·
view source on GitHub ↗
(name: string, age: number)
Source
from the content-addressed store, hash-verified
173
age: number
174
175
constructor(name: string, age: number) {
176
this.name = name
177
this.age = age
178
}
179
}
180
181
const
obj = {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected