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

Method assign

lib/swoc/include/swoc/TextView.h:1215–1218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1213}
1214
1215inline auto
1216TextView::assign(char *&c_str) -> self_type & {
1217 return this->assign(c_str, strlen(c_str));
1218}
1219
1220inline auto
1221TextView::assign(char const *&c_str) -> self_type & {

Callers 5

TextViewClass · 0.95
prefix_atMethod · 0.45
prefix_ifMethod · 0.45
suffix_atMethod · 0.45
suffix_ifMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected