MCPcopy 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
38bool 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

nameFunction · 0.50

Tested by

no test coverage detected