MCPcopy 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
26bool isAscii( char ch )
27{
28 return (unsigned char)ch <= 127;
29}
30
31} // namespace
32

Callers 2

trimLeftFunction · 0.85
trimRightFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected