MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / checkStringMask

Method checkStringMask

source/MRViewer/MRStatePlugin.cpp:126–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126bool StateBasePlugin::checkStringMask( const std::string& mask ) const
127{
128 return ( findSubstringCaseInsensitive( name(), mask) != std::string::npos ) ||
129 ( findSubstringCaseInsensitive( getTooltip(), mask ) != std::string::npos );
130}
131
132bool StateBasePlugin::ImGuiBeginWindow_( ImGui::CustomStatePluginWindowParameters params )
133{

Callers

nothing calls this directly

Calls 2

nameFunction · 0.50

Tested by

no test coverage detected