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

Method is_empty

atomic-agent/src/provenance/accumulator/mod.rs:266–268  ·  view source on GitHub ↗

Returns `true` if the graph has no nodes.

(&self)

Source from the content-addressed store, hash-verified

264
265 /// Returns `true` if the graph has no nodes.
266 pub fn is_empty(&self) -> bool {
267 self.nodes.is_empty()
268 }
269
270 /// The file path where this graph would be persisted.
271 pub fn graph_path(session_dir: &Path) -> PathBuf {

Callers 6

append_patch_proposalMethod · 0.45
infer_edgesMethod · 0.45
to_compaction_summaryMethod · 0.45
make_session_prefixFunction · 0.45
build_tool_detailFunction · 0.45
shorten_pathFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected