Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ into_change
Method
into_change
atomic-repository/src/record/assemble.rs:243–245 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
241
/// Take ownership of the change.
242
#[must_use]
243
pub fn into_change(self) -> Change {
244
self.change
245
}
246
247
/// Get the change hash.
248
#[must_use]
Callers
4
test_outcome_into_change
Function · 0.45
write_import_recorded
Method · 0.45
record
Method · 0.45
assemble_and_hash
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_outcome_into_change
Function · 0.36