Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
bool isDigit(char c)
34
{
35
return std::isdigit(static_cast<unsigned char>(c)) != 0;
36
}
37
38
bool isHexDigit(char c)
39
{
Callers
2
scanDecimalNumber
Function · 0.85
tokenize
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected