Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/BehaviorTree.CPP
/ atEnd
Method
atEnd
src/script_parser.cpp:72–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
bool atEnd() const
73
{
74
return peek().type == TokenType::EndOfInput;
75
}
76
77
bool check(TokenType type) const
78
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected