Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ GetChild
Method
GetChild
include/tscore/Trie.h:95–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
94
void Print(const DbgCtl &dbg_ctl) const;
95
inline Node *
96
GetChild(char index) const
97
{
98
return children[static_cast<unsigned char>(index)];
99
}
100
inline Node *
101
AllocateChild(char index)
102
{
Callers
3
Insert
Method · 0.80
Search
Method · 0.80
_Clear
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected