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

Function test_error_source_change_store

atomic-core/src/output/repo/file.rs:1394–1400  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1392
1393 #[test]
1394 fn test_error_source_change_store() {
1395 use std::error::Error;
1396
1397 let err: FileOutputError<std::io::Error> = FileOutputError::ChangeStore("test".to_string());
1398
1399 assert!(err.source().is_none());
1400 }
1401
1402 #[test]
1403 fn test_error_source_position_not_found() {

Callers

nothing calls this directly

Calls 1

ChangeStoreInterface · 0.50

Tested by

no test coverage detected