Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ algorithm
Method
algorithm
atomic-repository/src/record/options.rs:285–287 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
283
/// Get the diff algorithm.
284
#[must_use]
285
pub fn algorithm(&self) -> Algorithm {
286
self.algorithm
287
}
288
289
/// Get the default encoding.
290
#[must_use]
Callers
1
to_core_options
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected