Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ get_message
Method
get_message
atomic-repository/src/record/options.rs:368–370 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
366
/// Get the change message.
367
#[must_use]
368
pub fn get_message(&self) -> Option<&str> {
369
self.message.as_deref()
370
}
371
372
/// Get whether to apply after recording.
373
#[must_use]
Callers
1
build_header
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected