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

Function func2

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

Source from the content-addressed store, hash-verified

240 return 1
241 }
242 const func2 = function test() {
243 return 1
244 }
245 const func3 = function different() {
246 return 2
247 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected