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

Method is_alive

atomic-core/src/output/crdt.rs:102–104  ·  view source on GitHub ↗

Returns true if the token is alive (not deleted).

(&self)

Source from the content-addressed store, hash-verified

100
101 /// Returns true if the token is alive (not deleted).
102 pub fn is_alive(&self) -> bool {
103 self.state.is_alive()
104 }
105
106 /// Returns true if the token is deleted.
107 pub fn is_deleted(&self) -> bool {

Callers 5

contentMethod · 0.45
token_countMethod · 0.45
line_countMethod · 0.45
get_file_lines_by_trunkFunction · 0.45
output_file_via_crdtFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected