MCPcopy 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{
143public:
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

wmainFunction · 0.80

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected