MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / unsignedCharMax

Function unsignedCharMax

lib/platform.h:201–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199 }
200
201 long long unsignedCharMax() const {
202 return max_value(char_bit + 1);
203 }
204
205 long long signedCharMax() const {
206 return max_value(char_bit);

Callers

nothing calls this directly

Calls 1

max_valueFunction · 0.85

Tested by

no test coverage detected