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

Function fn

packages/db/tests/utils.test.ts:397–397  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

395
396 it(`should return false for functions without a then method`, () => {
397 const fn = () => 42
398 expect(isPromiseLike(fn)).toBe(false)
399 })
400

Callers 15

waitForFunction · 0.85
withWriterLockMethod · 0.85
transactionMethod · 0.85
transactionMethod · 0.85
withDatabaseHarnessFunction · 0.85
withHarnessFunction · 0.85
transactionMethod · 0.85
runNestedTransactionMethod · 0.85
withWriterLockMethod · 0.85
transactionWithDriverMethod · 0.85
runNestedTransactionMethod · 0.85
transactionWithDriverMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected