Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibreSprite/LibreSprite
/ prependRecipient
Method
prependRecipient
src/ui/message.cpp:52–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
void Message::prependRecipient(Widget* widget)
53
{
54
ASSERT_VALID_WIDGET(widget);
55
56
m_recipients.insert(m_recipients.begin(), widget);
57
}
58
59
void Message::removeRecipient(Widget* widget)
60
{
Callers
1
enqueueMessage
Method · 0.80
Calls
1
begin
Method · 0.45
Tested by
no test coverage detected