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

Method is_empty

atomic-core/src/diff/split.rs:105–107  ·  view source on GitHub ↗

Check if the separator is empty.

(&self)

Source from the content-addressed store, hash-verified

103
104 /// Check if the separator is empty.
105 pub fn is_empty(&self) -> bool {
106 matches!(self, Separator::Custom(v) if v.is_empty())
107 }
108
109 /// Find the next occurrence of this separator in the given bytes.
110 ///

Callers 3

find_inMethod · 0.45
newMethod · 0.45
nextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected