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

Method append

plugins/cachekey/cachekey.cc:319–324  ·  view source on GitHub ↗

* @brief Append unsigned integer to the key. * @param number unsigned integer */

Source from the content-addressed store, hash-verified

317 * @param number unsigned integer
318 */
319void
320CacheKey::append(unsigned n)
321{
322 _key.append(_separator);
323 ::append(_key, n);
324}
325
326/**
327 * @brief Append a string to the key.

Callers 15

readAndCombineFunction · 0.45
mainFunction · 0.45
getStringToSignFunction · 0.45
toStringMethod · 0.45
response.ccFile · 0.45
string502Function · 0.45
readFunction · 0.45
appendFunction · 0.45
appendEncodedFunction · 0.45

Calls 4

appendEncodedFunction · 0.85
appendFunction · 0.70
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected