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

Method set_template_by_name

src/proxy/http/HttpBodyFactory.cc:1053–1059  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1051}
1052
1053void
1054HttpBodySet::set_template_by_name(const char *name, HttpBodyTemplate *t)
1055{
1056 if (name) {
1057 table_of_pages->emplace(name, t);
1058 }
1059}
1060
1061////////////////////////////////////////////////////////////////////////
1062//

Callers 1

Calls 1

emplaceMethod · 0.80

Tested by

no test coverage detected