MCPcopy Create free account
hub / github.com/StrataWM/strata / initialized

Method initialized

src/state.rs:535–535  ·  view source on GitHub ↗
(&self, _client_id: ClientId)

Source from the content-addressed store, hash-verified

533}
534impl ClientData for ClientState {
535 fn initialized(&self, _client_id: ClientId) {}
536 fn disconnected(&self, _client_id: ClientId, _reason: DisconnectReason) {}
537}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected