Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/actor-framework/actor-framework
/ zero
Function
zero
libcaf_io/caf/io/basp/header.cpp:16–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
15
template <class T>
16
bool zero(T val) {
17
return val == 0;
18
}
19
20
bool server_handshake_valid(const header& hdr) {
21
return !zero(hdr.operation_data);
Callers
7
server_handshake_valid
Function · 0.70
client_handshake_valid
Function · 0.70
direct_message_valid
Function · 0.70
routed_message_valid
Function · 0.70
monitor_message_valid
Function · 0.70
down_message_valid
Function · 0.70
heartbeat_valid
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected