Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/query
/
Class
packages/query-core/src/subscribable.ts:1–1 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
export
class
Subscribable<TListener extends Function> {
2
protected listeners =
new
Set<TListener>()
3
4
constructor() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected