Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibreVR/Revive
/ add
Method
add
ReviveInjector/main.cpp:144–148 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
142
{
143
public:
144
void add(const std::string& str)
145
{
146
strings.push_back(str);
147
ptrs.push_back(strings.back().c_str());
148
}
149
150
void clear()
151
{
Callers
1
wmain
Function · 0.80
Calls
1
c_str
Method · 0.80
Tested by
no test coverage detected