Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Callers
3
test_result_extension_trait
Function · 0.80
test_error_context_propagation
Function · 0.80
test_comprehensive_error_scenario
Function · 0.80
Calls
1
with_context
Method · 0.80
Tested by
3
test_result_extension_trait
Function · 0.64
test_error_context_propagation
Function · 0.64
test_comprehensive_error_scenario
Function · 0.64