MCPcopy 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
122impl<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

flushMethod · 0.80

Tested by

no test coverage detected