MCPcopy Create free account
hub / github.com/Vector35/debugger / DestroyControllers

Function DestroyControllers

ui/uinotification.cpp:81–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79
80
81static void DestroyControllers(FileContext* file)
82{
83 for (auto view : file->getAllDataViews())
84 {
85 if (DebuggerController::ControllerExists(view))
86 {
87 auto controller = DebuggerController::GetController(view);
88 if (controller)
89 controller->Destroy();
90 }
91 }
92}
93
94
95static void DestroyControllers(const std::vector<BinaryViewRef>& datas)

Callers 1

OnBeforeCloseFileMethod · 0.85

Calls 1

DestroyMethod · 0.45

Tested by

no test coverage detected