MCPcopy Create free account
hub / github.com/KentBeck/BPlusTree3 / with_operation

Method with_operation

rust/src/error.rs:143–145  ·  view source on GitHub ↗
(self, operation: &str)

Source from the content-addressed store, hash-verified

141 }
142
143 fn with_operation(self, operation: &str) -> BTreeResult<T> {
144 self.with_context(&format!("Operation '{}'", operation))
145 }
146
147 fn or_default_with_log(self) -> T
148 where

Calls 1

with_contextMethod · 0.80