MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / IGFD_RemovePlace

Function IGFD_RemovePlace

external/ImGuiFileDialog/ImGuiFileDialog.cpp:5299–5307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5297}
5298
5299IGFD_C_API bool IGFD_RemovePlace(ImGuiFileDialog* vContextPtr, const char* vGroupName, const char* vPlaceName) {
5300 if (vContextPtr != nullptr) {
5301 auto group_ptr = vContextPtr->GetPlacesGroupPtr(vGroupName);
5302 if (group_ptr != nullptr) {
5303 return group_ptr->RemovePlace(vPlaceName);
5304 }
5305 }
5306 return false;
5307}
5308
5309#endif
5310

Callers

nothing calls this directly

Calls 2

GetPlacesGroupPtrMethod · 0.80
RemovePlaceMethod · 0.80

Tested by

no test coverage detected