MCPcopy Create free account
hub / github.com/Duet3D/RepRapFirmware / Load

Method Load

src/Display/Menu.cpp:105–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105void Menu::Load(const char *_ecv_array filename) noexcept
106{
107 if (numNestedMenus < MaxMenuNesting)
108 {
109 filenames[numNestedMenus].copy(filename);
110 ++numNestedMenus;
111 Reload();
112 }
113}
114
115void Menu::LoadFixedMenu() noexcept
116{

Callers 2

RunStateMachineMethod · 0.45
THROWSFunction · 0.45

Calls 1

copyMethod · 0.80

Tested by

no test coverage detected