fn ping()
in
src/codec/ping.rs [17:19]
3
lines of code
1
McCabe index (conditional complexity)
fn ping(buf: &mut Session) { let _ = buf.write_all(b"PING\r\n"); }