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

Method is_sane

include/proxy/http/HttpBodyFactory.h:146–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144
145 int init(char *set_name, char *dir);
146 bool
147 is_sane()
148 {
149 return (magic == HTTP_BODY_SET_MAGIC);
150 }
151
152 HttpBodyTemplate *get_template_by_name(const char *name);
153 void set_template_by_name(const char *name, HttpBodyTemplate *t);

Callers 4

dump_template_tablesMethod · 0.45
find_templateMethod · 0.45
nuke_template_tablesMethod · 0.45
get_template_by_nameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected