Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ createStrings
Function
createStrings
tests/EduLifeTimeTest10.cpp:12–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
void Fun(Vector) {}
11
12
Vector createStrings()
13
{
14
return {
"This"
,
"is"
,
"a"
,
"vector"
,
"of"
,
"strings"
};
15
}
16
17
Vector createStrings2()
18
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected