MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / stopElf

Method stopElf

Tactility/Source/app/ElfApp.cpp:117–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 }
116
117 void stopElf() {
118 LOGGER.info("Cleaning up ELF");
119
120 if (shouldCleanupElf) {
121 esp_elf_deinit(&elf);
122 }
123
124 if (elfFileData != nullptr) {
125 elfFileData = nullptr;
126 }
127 }
128
129public:
130

Callers

nothing calls this directly

Calls 2

esp_elf_deinitFunction · 0.85
infoMethod · 0.80

Tested by

no test coverage detected