Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/SimDeck
/ drop
Method
drop
packages/server/src/main.rs:6056–6059 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
6054
6055
impl Drop for BonjourAdvertisement {
6056
fn drop(&mut self) {
6057
let _ = self.child.kill();
6058
let _ = self.child.wait();
6059
}
6060
}
6061
6062
fn bonjour_service_name(advertise_host: &str) -> String {
Callers
nothing calls this directly
Calls
1
wait
Method · 0.80
Tested by
no test coverage detected