Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BruceDevices/firmware
/ ScriptsMenu
Method
ScriptsMenu
src/core/menu_items/ScriptsMenu.h:8–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
class ScriptsMenu : public MenuItemInterface {
7
public:
8
ScriptsMenu() : MenuItemInterface(
"JS Interpreter"
) {}
9
10
void optionsMenu();
11
void drawIcon(float scale);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected