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

Function test_parse_changelist_empty

atomic-remote/src/http/tests.rs:115–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113
114#[test]
115fn test_parse_changelist_empty() {
116 let entries = parse_changelist("").unwrap();
117 assert!(entries.is_empty());
118}
119
120#[test]
121fn test_parse_changelist_single() {

Callers

nothing calls this directly

Calls 2

parse_changelistFunction · 0.85
unwrapMethod · 0.45

Tested by

no test coverage detected