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

Function isFunc

packages/db/tests/cursor.property.test.ts:69–71  ·  view source on GitHub ↗
(expr: unknown)

Source from the content-addressed store, hash-verified

67
68// Helper to check if result is a Func
69function isFunc(expr: unknown): expr is Func {
70 return expr instanceof Func
71}
72
73// Helper to get operator name from Func
74function getFuncName(expr: Func): string {

Callers 2

countOperatorsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected