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:327–329 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
325
/// Get the change message.
326
#[must_use]
327
pub fn get_message(&self) -> Option<&str> {
328
self.message.as_deref()
329
}
330
331
/// Get whether to apply after recording.
332
#[must_use]
Callers
1
build_header
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected