Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_tier
Method · 0.80
resolve_view_chain
Method · 0.80
collect_visible_change_ids
Function · 0.80
log
Method · 0.80
reverse_log
Method · 0.80
insert_from_view
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected