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

Function test_result_has_errors

atomic-core/src/output/repo/tree.rs:1277–1283  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1275
1276 #[test]
1277 fn test_result_has_errors() {
1278 let mut result = TreeCollectResult::new();
1279 assert!(!result.has_errors());
1280
1281 result.record_error("test.rs".to_string(), "error".to_string());
1282 assert!(result.has_errors());
1283 }
1284
1285 #[test]
1286 fn test_result_files_iterator() {

Callers

nothing calls this directly

Calls 1

record_errorMethod · 0.45

Tested by

no test coverage detected