MCPcopy Create free account
hub / github.com/buttplugio/buttplug / device_manager

Method device_manager

crates/buttplug_server/src/server.rs:188–190  ·  view source on GitHub ↗

Returns a references to the internal device manager, for handling configuration.

(&self)

Source from the content-addressed store, hash-verified

186
187 /// Returns a references to the internal device manager, for handling configuration.
188 pub fn device_manager(&self) -> Arc<ServerDeviceManager> {
189 self.device_manager.clone()
190 }
191
192 /// Returns a stream of output observations if emission is enabled, otherwise None.
193 /// This stream emits observations for all output commands processed through the server.

Callers 4

runMethod · 0.80
run_device_event_streamFunction · 0.80
setup_buttplug_serverFunction · 0.80
parse_messageMethod · 0.80

Calls 1

cloneMethod · 0.80

Tested by

no test coverage detected