MCPcopy 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

runMethod · 0.80
del_viewMethod · 0.80
resolve_view_chainMethod · 0.80
set_view_scopeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected