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

Function func3

packages/db-ivm/tests/utils.test.ts:245–247  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

243 return 1
244 }
245 const func3 = function different() {
246 return 2
247 }
248
249 const hash1 = hash(func1)
250 const hash2 = hash(func2)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected