Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ is_shared
Method
is_shared
atomic-core/src/pristine/traits/view.rs:67–69 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
65
/// Check if this is a shared view.
66
#[inline]
67
pub fn is_shared(self) -> bool {
68
self == Self::Shared
69
}
70
71
/// Check if this is a draft view.
72
#[inline]
Callers
8
run
Method · 0.80
del_view
Method · 0.80
resolve_view_chain
Method · 0.80
collect_visible_change_ids
Function · 0.80
set_view_scope
Method · 0.80
nearest_shared_ancestor
Method · 0.80
get_file_content_excluding
Method · 0.80
get_file_content_on_view
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected