MCPcopy Index your code
hub / github.com/TanStack/db / getProxyCount

Function getProxyCount

packages/db/src/proxy.ts:616–619  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

614
615let count = 0
616function getProxyCount() {
617 count += 1
618 return count
619}
620
621/**
622 * Creates a proxy that tracks changes to the target object

Callers 1

createChangeProxyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…