MCPcopy Index your code
hub / github.com/Commit-Boost/commit-boost-client / with_msg

Method with_msg

crates/common/src/commit/request.rs:134–136  ·  view source on GitHub ↗
(self, msg: &impl TreeHash)

Source from the content-addressed store, hash-verified

132 }
133
134 pub fn with_msg(self, msg: &impl TreeHash) -> Self {
135 self.with_root(msg.tree_hash_root().0)
136 }
137}
138
139#[derive(Debug, Clone, Serialize, Deserialize)]

Callers 1

send_requestMethod · 0.80

Calls 1

with_rootMethod · 0.80

Tested by

no test coverage detected