Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comnik/declarative-dataflow
/ drop
Method
drop
src/domain/unordered_session.rs:123–125 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
121
122
impl<T: Timestamp + Clone, D: Data, R: Monoid> Drop for UnorderedSession<T, D, R> {
123
fn drop(&mut self) {
124
self.flush();
125
}
126
}
Callers
nothing calls this directly
Calls
1
flush
Method · 0.80
Tested by
no test coverage detected