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

Method is_empty

atomic-core/src/diff/line.rs:255–257  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

253 /// Check if the line is empty.
254 #[inline]
255 pub fn is_empty(&self) -> bool {
256 self.content.is_empty()
257 }
258
259 /// Get the pre-computed hash of this line.
260 ///

Callers 1

from_bytesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected