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

Function test_result_record_skipped

atomic-core/src/record/detect.rs:1201–1206  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1199
1200 #[test]
1201 fn test_result_record_skipped() {
1202 let mut result = DetectResult::new();
1203 result.record_skipped();
1204
1205 assert_eq!(result.files_skipped, 1);
1206 }
1207
1208 #[test]
1209 fn test_result_record_error() {

Callers

nothing calls this directly

Calls 1

record_skippedMethod · 0.45

Tested by

no test coverage detected