Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ is_root
Method
is_root
atomic-core/src/pristine/traits/view.rs:259–261 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
257
/// Check if this is the root view (no parent).
258
#[inline]
259
pub fn is_root(&self) -> bool {
260
self.parent.is_none()
261
}
262
}
263
264
/// The kind of a persisted conflict, mirroring the output layer's
Callers
5
next_inode_adj
Method · 0.45
find_block
Method · 0.45
find_block_end
Method · 0.45
find_block
Method · 0.45
find_block_end
Method · 0.45
Calls
1
is_none
Method · 0.80
Tested by
no test coverage detected