Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ has_successors
Method
has_successors
atomic-core/src/change/atom.rs:239–241 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
237
/// Check if this span has any down context.
238
#[inline]
239
pub fn has_successors(&self) -> bool {
240
!self.successors.is_empty()
241
}
242
}
243
244
impl<H: Clone> Insertion<H> {
Callers
nothing calls this directly
Calls
1
is_empty
Method · 0.45
Tested by
no test coverage detected