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

Method is_draft

atomic-core/src/pristine/traits/view.rs:73–75  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

71 /// Check if this is a draft view.
72 #[inline]
73 pub fn is_draft(self) -> bool {
74 self == Self::Draft
75 }
76
77 /// Convert from a raw u8 value.
78 ///

Callers 6

run_two_tierMethod · 0.80
resolve_view_chainMethod · 0.80
logMethod · 0.80
reverse_logMethod · 0.80
insert_from_viewMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected