Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
77
fn empty_status() -> RepositoryStatus {
78
RepositoryStatus::new(
"main"
.to_string(), None)
79
}
80
81
fn no_untracked() -> Vec<String> {
82
vec![]
Callers
12
test_message_prompt_beats_file_summary
Function · 0.85
test_message_file_summary_beats_transcript
Function · 0.85
test_message_transcript_used_when_prompt_and_files_unavailable
Function · 0.85
test_message_falls_back_to_prompt_without_transcript
Function · 0.85
test_message_with_slash_command_falls_back_to_files
Function · 0.85
test_message_without_prompt_uses_files
Function · 0.85
test_message_no_prompt_no_files_falls_back
Function · 0.85
test_message_with_long_prompt
Function · 0.85
test_summary_untracked_only
Function · 0.85
test_summary_empty
Function · 0.85
test_header_has_message
Function · 0.85
test_header_has_author
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected