MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / isDigit

Function isDigit

src/script_tokenizer.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33bool isDigit(char c)
34{
35 return std::isdigit(static_cast<unsigned char>(c)) != 0;
36}
37
38bool isHexDigit(char c)
39{

Callers 2

scanDecimalNumberFunction · 0.85
tokenizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected