Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MeshInspector/MeshLib
/ checkStringMask
Method
checkStringMask
source/MRViewer/MRMeshModifier.cpp:38–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
bool MeshModifier::checkStringMask( const std::string& mask ) const
39
{
40
return findSubstringCaseInsensitive( name(), mask ) != std::string::npos;
41
}
42
43
}
Callers
nothing calls this directly
Calls
2
findSubstringCaseInsensitive
Function · 0.85
name
Function · 0.50
Tested by
no test coverage detected