Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/db
/ inputMessages
Function
inputMessages
packages/db-ivm/src/graph.ts:92–94 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
90
}
91
92
inputMessages(): Array<MultiSet<Tin>> {
93
return
this.inputs[0]!.drain() as Array<MultiSet<Tin>>
94
}
95
}
96
97
/**
Callers
nothing calls this directly
Calls
1
drain
Method · 0.80
Tested by
no test coverage detected