MCPcopy Create free account
hub / github.com/cosdata/cosdata / flush

Method flush

src/indexes/key_value.rs:116–123  ·  view source on GitHub ↗
(
        &self,
        _collection: &Collection,
        _version: VersionNumber,
    )

Source from the content-addressed store, hash-verified

114 }
115
116 fn flush(
117 &self,
118 _collection: &Collection,
119 _version: VersionNumber,
120 ) -> Result<(), WaCustomError> {
121 self.tree_map.serialize()?;
122 Ok(())
123 }
124
125 fn get_data(&self) -> Self::Data {}
126

Callers

nothing calls this directly

Calls 1

serializeMethod · 0.45

Tested by

no test coverage detected