Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_request
Method · 0.80
Calls
1
with_root
Method · 0.80
Tested by
no test coverage detected