Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ScriptedAlchemy/tracedecay
/ is_empty
Method
is_empty
src/sessions/git_correlation.rs:251–253 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
249
}
250
251
pub const fn is_empty(&self) -> bool {
252
self.branch.is_none() && self.worktree.is_none() && self.commit.is_none()
253
}
254
}
255
256
/// Query request for [`sessions_for`].
Callers
15
collect_metadata_project_paths
Function · 0.45
metadata_task_title
Function · 0.45
usage_from_api_req_started
Function · 0.45
message_from_entry
Function · 0.45
home_dir
Function · 0.45
git_scan_commits
Function · 0.45
parse_git_log_commits
Function · 0.45
non_empty_env
Function · 0.45
configured_model
Function · 0.45
run_prompt_with_codex_app_server
Function · 0.45
wait_for_turn_summary
Function · 0.45
collect_item_text
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected