Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1215
inline auto
1216
TextView::assign(char *&c_str) -> self_type & {
1217
return this->assign(c_str, strlen(c_str));
1218
}
1219
1220
inline auto
1221
TextView::assign(char const *&c_str) -> self_type & {
Callers
5
TextView
Class · 0.95
prefix_at
Method · 0.45
prefix_if
Method · 0.45
suffix_at
Method · 0.45
suffix_if
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected