Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/BehaviorTree.CPP
/ skip_whitespace
Function
skip_whitespace
include/behaviortree_cpp/contrib/json.hpp:8872–8879 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8870
}
8871
8872
void skip_whitespace()
8873
{
8874
do
8875
{
8876
get();
8877
}
8878
while (current ==
' '
|| current ==
'\t'
|| current ==
'\n'
|| current ==
'\r'
);
8879
}
8880
8881
token_type scan()
8882
{
Callers
1
scan
Function · 0.85
Calls
1
get
Function · 0.70
Tested by
no test coverage detected