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

Method is_deleted

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

Returns true if the token is deleted.

(&self)

Source from the content-addressed store, hash-verified

105
106 /// Returns true if the token is deleted.
107 pub fn is_deleted(&self) -> bool {
108 self.state.is_deleted()
109 }
110}
111
112// Line - A single line within a file

Callers 2

get_file_lines_by_trunkFunction · 0.45
is_edge_aliveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected