Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assaultcube/AC
/ getusedigraph
Function
getusedigraph
source/src/rendertext.cpp:510–514 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
508
COMMAND(updateigraphs,
""
);
509
510
igraph *getusedigraph(int i)
511
{
512
if(usedigraphs.inrange(i)) return usedigraphs[i];
513
return NULL;
514
}
515
516
int getigraph(const char *mnem)
517
{
Callers
1
loopv
Function · 0.85
Calls
1
inrange
Method · 0.80
Tested by
no test coverage detected