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:306–308 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
304
/// Get the diff algorithm.
305
#[must_use]
306
pub fn algorithm(&self) -> Algorithm {
307
self.algorithm
308
}
309
310
/// Get the default encoding.
311
#[must_use]
Callers
1
to_core_options
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected