MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / is_empty

Method is_empty

src/daemon/git_watch.rs:183–188  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

181
182impl DirtyPlan {
183 fn is_empty(&self) -> bool {
184 !self.dirty
185 && self.branches.is_empty()
186 && self.new_worktrees.is_empty()
187 && !self.gc_eligible
188 }
189}
190
191/// The daemon-held git-metadata watcher. Cheap to clone (all `Arc` inside), and

Callers 15

runMethod · 0.45
parse_tsc_outputFunction · 0.45
adapter_workspace_rootFunction · 0.45
command_forMethod · 0.45
enrich_start_errorFunction · 0.45
read_messageFunction · 0.45
read_message_untilFunction · 0.45
command_candidatesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected