MCPcopy Create free account
hub / github.com/TanStack/db / name

Function name

packages/db/tests/proxy.test.ts:286–288  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

284 const obj = {
285 _name: `John`,
286 get name() {
287 return this._name
288 },
289 set name(value) {
290 this._name = value
291 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected