MCPcopy Create free account
hub / github.com/Detanup01/gbe_fork / hasOverlayAutoSendToFriend

Method hasOverlayAutoSendToFriend

dll/settings.cpp:476–482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

474}
475
476bool Settings::hasOverlayAutoSendToFriend(uint64_t friend_id) const
477{
478 if (auto_send_any_overlay_invites) {
479 return true;
480 }
481 return !!auto_send_overlay_invites_friends.count(friend_id);
482}
483
484size_t Settings::overlayAutoSendInvitesCount() const
485{

Calls 1

countMethod · 0.80

Tested by

no test coverage detected