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

Function empty_status

atomic-agent/src/record/tests.rs:77–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75// build_turn_message tests
76
77fn empty_status() -> RepositoryStatus {
78 RepositoryStatus::new("main".to_string(), None)
79}
80
81fn no_untracked() -> Vec<String> {
82 vec![]

Calls

no outgoing calls

Tested by

no test coverage detected