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

Function test_parse_changelist_empty

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

Source from the content-addressed store, hash-verified

122
123#[test]
124fn test_parse_changelist_empty() {
125 let entries = parse_changelist("").unwrap();
126 assert!(entries.is_empty());
127}
128
129#[test]
130fn test_parse_changelist_single() {

Callers

nothing calls this directly

Calls 2

parse_changelistFunction · 0.85
unwrapMethod · 0.45

Tested by

no test coverage detected