MCPcopy Create free account
hub / github.com/douglance/devsql / commit

Method commit

crates/ccql/src/sql/composite_storage.rs:768–770  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

766 }
767
768 async fn commit(&mut self) -> Result<()> {
769 self.json_storage.commit().await
770 }
771}
772
773// Implement CustomFunction (delegate to JsonStorage)

Callers 2

load_transcriptsMethod · 0.80
load_sessionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected