Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/buttplugio/buttplug
/ update_ping_time
Method
update_ping_time
crates/buttplug_server/src/ping_timer.rs:124–126 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
122
}
123
124
pub fn update_ping_time(&self) -> impl Future<Output = ()> + use<> {
125
self.send_ping_msg(PingMessage::Ping)
126
}
127
}
Callers
1
handle_ping
Method · 0.80
Calls
1
send_ping_msg
Method · 0.80
Tested by
no test coverage detected