Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Blizzard/s2client-api
/ HasMessage
Method
HasMessage
include/sc2api/sc2_proto_interface.h:63–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
bool HasMessage () const {
64
return message_ != nullptr;
65
}
66
67
private:
68
const MessageType* message_;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected