Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ is_heartbeat_ping
Function
is_heartbeat_ping
perro_source/api_modules/perro_networking/src/tcp.rs:316–318 ·
view source on GitHub ↗
(bytes: &[u8])
Source
from the content-addressed store, hash-verified
314
}
315
316
pub struct TcpHost {
317
listener: TcpListener,
318
local: SocketAddr,
319
}
320
321
impl TcpHost {
Callers
1
poll_frame_event
Method · 0.85
Calls
1
heartbeat_ping
Function · 0.85
Tested by
no test coverage detected