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

Method is_edited

src/message.rs:1021–1023  ·  view source on GitHub ↗

Returns true if the message is edited.

(&self)

Source from the content-addressed store, hash-verified

1019
1020 /// Returns true if the message is edited.
1021 pub fn is_edited(&self) -> bool {
1022 self.param.get_bool(Param::IsEdited).unwrap_or_default()
1023 }
1024
1025 /// Returns true if the message is an informational message.
1026 pub fn is_info(&self) -> bool {

Callers 2

dc_msg_is_editedFunction · 0.80
from_msg_idMethod · 0.80

Calls 1

get_boolMethod · 0.80

Tested by

no test coverage detected