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

Method addFilter

external/ImGuiFileDialog/ImGuiFileDialog.cpp:1263–1266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1261}
1262
1263void IGFD::FilterInfos::addFilter(const std::string& vFilter, const bool vIsRegex) {
1264 setCollectionTitle(vFilter);
1265 addCollectionFilter(vFilter, vIsRegex);
1266}
1267
1268void IGFD::FilterInfos::addCollectionFilter(const std::string& vFilter, const bool vIsRegex) {
1269 if (!vIsRegex) {

Callers 1

ParseFiltersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected