Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ algorithm
Method
algorithm
atomic-core/src/record/workflow/options.rs:249–251 ·
view source on GitHub ↗
Get the diff algorithm.
(&self)
Source
from the content-addressed store, hash-verified
247
248
/// Get the diff algorithm.
249
pub fn algorithm(&self) -> Algorithm {
250
self.algorithm
251
}
252
253
/// Check if mtime optimization is enabled.
254
pub fn check_mtime(&self) -> bool {
Callers
1
test_workflow_integration
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_workflow_integration
Function · 0.36