MCPcopy Create free account
hub / github.com/BruceDevices/firmware / getName

Method getName

include/MenuItemInterface.h:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26 bool checkTheme() { return hasTheme() && themePath() != ""; }
27 String getName() const { return _name; }
28
29 void draw(float scale = 1) {
30 if (rotation != bruceConfigPins.rotation) resetCoordinates();

Callers 13

xFlipper.jsFile · 0.80
scanWiFiBLEMethod · 0.80
onResultMethod · 0.80
ble_scanFunction · 0.80
loopMethod · 0.80
selectTargetFromScanFunction · 0.80
showDeviceInfoMethod · 0.80
getDeviceNameMethod · 0.80
native_bleScanFunction · 0.80
beginMethod · 0.80
hideAppsMenuMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected