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

Method has_dependents

atomic-repository/src/unrecord.rs:414–416  ·  view source on GitHub ↗

Check if this change has dependents.

(&self)

Source from the content-addressed store, hash-verified

412
413 /// Check if this change has dependents.
414 pub fn has_dependents(&self) -> bool {
415 !self.dependents.is_empty()
416 }
417}
418
419// Core Functions

Callers

nothing calls this directly

Calls 1

is_emptyMethod · 0.45

Tested by

no test coverage detected