Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ TSstrlcpy
Function
TSstrlcpy
src/api/InkAPI.cc:611–615 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
609
}
610
611
size_t
612
TSstrlcpy(char *dst, const char *str, size_t siz)
613
{
614
return ink_strlcpy(dst, str, siz);
615
}
616
617
size_t
618
TSstrlcat(char *dst, const char *str, size_t siz)
Callers
6
TSPluginInit
Function · 0.85
TSPluginInit
Function · 0.85
parse_request
Function · 0.85
setup_watchers
Function · 0.85
TSRemapInit
Function · 0.85
handle_response
Function · 0.85
Calls
1
ink_strlcpy
Function · 0.85
Tested by
no test coverage detected