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

Method has_operations

atomic-core/src/change/ops.rs:233–235  ·  view source on GitHub ↗

Returns true if this file has any operations.

(&self)

Source from the content-addressed store, hash-verified

231
232 /// Returns true if this file has any operations.
233 pub fn has_operations(&self) -> bool {
234 self.trunk_op.is_some() || !self.line_ops.is_empty()
235 }
236
237 /// Returns true if this is a file creation.
238 pub fn is_create(&self) -> bool {

Callers

nothing calls this directly

Calls 1

is_emptyMethod · 0.45

Tested by

no test coverage detected