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

Function trim

source/MRMesh/MRString.cpp:195–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195std::string_view trim( std::string_view str )
196{
197 return trimRight( trimLeft( str ) );
198}
199
200std::string_view trimLeft( std::string_view str )
201{

Callers 5

draw_helpersMethod · 0.85
drawTagInformation_Method · 0.85
parseMtlTextureFunction · 0.85
loadMtlLibraryFunction · 0.85
loadModelsFromObjFunction · 0.85

Calls 2

trimRightFunction · 0.85
trimLeftFunction · 0.85

Tested by

no test coverage detected