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

Function func1

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

Source from the content-addressed store, hash-verified

237
238 it(`should hash functions`, () => {
239 const func1 = function test() {
240 return 1
241 }
242 const func2 = function test() {
243 return 1
244 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected