Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ cpputest_strndup
Function
cpputest_strndup
src/CppUTest/TestHarness_c.cpp:169–172 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
167
}
168
169
char* cpputest_strndup(const char* str, size_t n)
170
{
171
return cpputest_strndup_location(str, n,
"<unknown>"
, 0);
172
}
173
174
void* cpputest_calloc(size_t num, size_t size)
175
{
Callers
1
TEST
Function · 0.85
Calls
1
cpputest_strndup_location
Function · 0.85
Tested by
no test coverage detected