Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MeshInspector/MeshLib
/ isAscii
Function
isAscii
source/MRMesh/MRString.cpp:26–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
};
25
26
bool isAscii( char ch )
27
{
28
return (unsigned char)ch <= 127;
29
}
30
31
} // namespace
32
Callers
2
trimLeft
Function · 0.85
trimRight
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected