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

Function get

packages/tauri-db-sqlite-persistence/e2e/app/src/runtime-vitest.ts:286–292  ·  view source on GitHub ↗
(target, propertyKey, receiver)

Source from the content-addressed store, hash-verified

284
285 return new Proxy(matchers, {
286 get(target, propertyKey, receiver) {
287 if (propertyKey === `not`) {
288 return createMatchers(actual, message, !negate)
289 }
290
291 return Reflect.get(target, propertyKey, receiver)
292 },
293 })
294}
295

Callers

nothing calls this directly

Calls 2

createMatchersFunction · 0.70
getMethod · 0.45

Tested by

no test coverage detected