MCPcopy Create free account
hub / github.com/defold/defold / IsDigit

Function IsDigit

engine/dlib/src/dlib/mdns.cpp:261–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259 }
260
261 static bool IsDigit(char c)
262 {
263 return c >= '0' && c <= '9';
264 }
265
266 static bool DecodeEscapedChar(const char** cursor, char* out)
267 {

Callers 1

DecodeEscapedCharFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected