Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ new_state
Method
new_state
atomic-repository/src/record/assemble.rs:273–275 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
271
/// Get the new state (if applied).
272
#[must_use]
273
pub fn new_state(&self) -> Option<Merkle> {
274
self.new_state
275
}
276
277
/// Get the recorded files.
278
#[must_use]
Callers
1
format_outcome
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected