MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / _is_windows

Method _is_windows

actions/ble.py:39–41  ·  view source on GitHub ↗

Check if running on Windows

(self)

Source from the content-addressed store, hash-verified

37 self.logger.info(f"BluetoothManager initialized for {self.os_type}")
38
39 def _is_windows(self) -> bool:
40 """Check if running on Windows"""
41 return self.os_type == 'Windows'
42
43 def _is_linux(self) -> bool:
44 """Check if running on Linux"""

Callers 7

get_statusMethod · 0.95
start_scanMethod · 0.95
stop_scanMethod · 0.95
diagnose_scanningMethod · 0.95
get_paired_devicesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected