Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ message
Method
message
atomic-core/src/change/change.rs:262–264 ·
view source on GitHub ↗
Get the change message.
(&self)
Source
from the content-addressed store, hash-verified
260
261
/// Get the change message.
262
pub fn message(&self) -> &str {
263
&self.hashed.header.message
264
}
265
266
/// Get the change dependencies.
267
pub fn dependencies(&self) -> &[Hash] {
Callers
3
test_change_serialize_deserialize
Function · 0.45
test_hash_stability
Function · 0.45
test_serialize_deserialize_roundtrip_with_all_fields
Function · 0.45
Calls
no outgoing calls
Tested by
3
test_change_serialize_deserialize
Function · 0.36
test_hash_stability
Function · 0.36
test_serialize_deserialize_roundtrip_with_all_fields
Function · 0.36