Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ append
Method
append
src/traffic_cache_tool/CacheDefs.cc:210–214 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
208
this->clear();
209
}
210
void
211
StripeSM::Chunk::append(MemSpan<void> m)
212
{
213
_chain.push_back(m);
214
}
215
void
216
StripeSM::Chunk::clear()
217
{
Callers
2
process_var_from_prefix
Method · 0.45
loadMeta
Method · 0.45
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected