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:56–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
54
55
#[test]
56
fn test_options_all() {
57
let opts = RecordOptions::new().with_all(true);
58
assert!(opts.all());
59
}
60
61
#[test]
62
fn test_options_algorithm() {
Callers
nothing calls this directly
Calls
1
with_all
Method · 0.45
Tested by
no test coverage detected