Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ T
Class
T
lib/token.h:893–893 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
891
892
private:
893
template<class T, REQUIRES(
"T must be a Token class"
, std::is_convertible<T*, const Token*> )>
894
static T *tokAtImpl(T *tok, int index)
895
{
896
while (index > 0 && tok) {
Callers
2
isZero
Function · 0.85
f
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected