MCPcopy Create free account
hub / github.com/chatmail/core / is_empty

Method is_empty

src/chatlist.rs:326–328  ·  view source on GitHub ↗

Returns true if chatlist is empty.

(&self)

Source from the content-addressed store, hash-verified

324
325 /// Returns true if chatlist is empty.
326 pub fn is_empty(&self) -> bool {
327 self.ids.is_empty()
328 }
329
330 /// Get a single chat ID of a chatlist.
331 ///

Callers 1

try_loadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected