MCPcopy Create free account
hub / github.com/apache/trafficserver / appendToContainer

Function appendToContainer

plugins/cachekey/cachekey.cc:91–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91static void
92appendToContainer(StringSet &c, const String &s)
93{
94 c.insert(s);
95}
96
97static void
98appendToContainer(StringList &c, const String &s)

Callers 1

getKeyQueryFunction · 0.85

Calls 2

insertMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected