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

Method total_token_ops

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

Returns the total number of token operations.

(&self)

Source from the content-addressed store, hash-verified

771
772 /// Returns the total number of token operations.
773 pub fn total_token_ops(&self) -> usize {
774 self.tokens_added + self.tokens_deleted + self.tokens_replaced
775 }
776
777 /// Returns true if there are any changes.
778 pub fn has_changes(&self) -> bool {

Callers 2

format_outcomeMethod · 0.45
has_changesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected