MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / test_record_with_all

Function test_record_with_all

atomic-cli/src/commands/record/tests.rs:117–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115
116 #[test]
117 fn test_record_with_all() {
118 let record = Record::new().with_all(true);
119 assert!(record.all);
120 }
121
122 #[test]
123 fn test_record_with_files_vec() {

Callers

nothing calls this directly

Calls 1

with_allMethod · 0.45

Tested by

no test coverage detected