MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / IsFilterInFilename

Method IsFilterInFilename

src/openrct2-ui/windows/Scenery.cpp:1373–1376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1371 }
1372
1373 bool IsFilterInFilename(const Object& object)
1374 {
1375 return String::contains(object.GetFileName(), _filteredSceneryTab.Filter, true);
1376 }
1377
1378 void SortTabs()
1379 {

Callers

nothing calls this directly

Calls 2

containsFunction · 0.85
GetFileNameMethod · 0.45

Tested by

no test coverage detected