Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
168
static char *
169
nstr(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
177
encoding_format_t
Callers
1
new_config_holder
Function · 0.85
Calls
1
TSmalloc
Function · 0.85
Tested by
no test coverage detected