Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
195
std::string_view trim( std::string_view str )
196
{
197
return trimRight( trimLeft( str ) );
198
}
199
200
std::string_view trimLeft( std::string_view str )
201
{
Callers
5
draw_helpers
Method · 0.85
drawTagInformation_
Method · 0.85
parseMtlTexture
Function · 0.85
loadMtlLibrary
Function · 0.85
loadModelsFromObj
Function · 0.85
Calls
2
trimRight
Function · 0.85
trimLeft
Function · 0.85
Tested by
no test coverage detected