Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/db
/ cleanup
Function
cleanup
packages/angular-db/src/index.ts:235–238 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
233
234
let
unsub: (() => void) | null = null
235
const
cleanup = () => {
236
unsub?.()
237
unsub = null
238
}
239
240
effect((onCleanup) => {
241
const
currentCollection = collection()
Callers
6
injectLiveQuery
Function · 0.70
test-setup.ts
File · 0.50
teardown
Function · 0.50
useLiveQuery.svelte.test.ts
File · 0.50
test-setup.ts
File · 0.50
teardown
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected