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

Function signedCharMax

lib/platform.h:205–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203 }
204
205 long long signedCharMax() const {
206 return max_value(char_bit);
207 }
208
209 long long signedCharMin() const {
210 return min_value(char_bit);

Callers

nothing calls this directly

Calls 1

max_valueFunction · 0.85

Tested by

no test coverage detected