MCPcopy 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

metadata_task_titleFunction · 0.45
message_from_entryFunction · 0.45
home_dirFunction · 0.45
git_scan_commitsFunction · 0.45
parse_git_log_commitsFunction · 0.45
non_empty_envFunction · 0.45
configured_modelFunction · 0.45
wait_for_turn_summaryFunction · 0.45
collect_item_textFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected