Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ test_options_all
Function
test_options_all
atomic-repository/src/record/tests.rs:55–58 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
53
54
#[test]
55
fn test_options_all() {
56
let opts = RecordOptions::new().with_all(true);
57
assert!(opts.all());
58
}
59
60
#[test]
61
fn test_options_algorithm() {
Callers
nothing calls this directly
Calls
1
with_all
Method · 0.45
Tested by
no test coverage detected