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

Function nstr

plugins/stats_over_http/stats_over_http.cc:168–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166};
167
168static char *
169nstr(const char *s)
170{
171 char *mys = (char *)TSmalloc(strlen(s) + 1);
172 strcpy(mys, s);
173 return mys;
174}
175
176#if HAVE_BROTLI_ENCODE_H
177encoding_format_t

Callers 1

new_config_holderFunction · 0.85

Calls 1

TSmallocFunction · 0.85

Tested by

no test coverage detected