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

Function append

plugins/cachekey/cachekey.cc:29–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27#include "cachekey.h"
28
29static void
30append(String &target, unsigned n)
31{
32 char buf[sizeof("4294967295")];
33 snprintf(buf, sizeof(buf), "%u", n);
34 target.append(buf);
35}
36
37static void
38appendEncoded(String &target, const char *s, size_t len)

Callers 8

getCanonicalUrlFunction · 0.70
appendMethod · 0.70
appendPrefixMethod · 0.70
appendPathMethod · 0.70
appendHeadersMethod · 0.70
appendCookiesMethod · 0.70
appendUaCapturesMethod · 0.70
appendUaClassMethod · 0.70

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected