Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
waitFor
Function · 0.85
withWriterLock
Method · 0.85
transaction
Method · 0.85
transaction
Method · 0.85
withDatabaseHarness
Function · 0.85
withHarness
Function · 0.85
transaction
Method · 0.85
runNestedTransaction
Method · 0.85
withWriterLock
Method · 0.85
transactionWithDriver
Method · 0.85
runNestedTransaction
Method · 0.85
transactionWithDriver
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected