MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / SetInternedStr

Function SetInternedStr

native/thirdpart/tinyxml2/tinyxml2.h:170–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168 }
169
170 void SetInternedStr( const char* str ) {
171 Reset();
172 _start = const_cast<char*>(str);
173 }
174
175 void SetStr( const char* str, int flags=0 );
176

Callers

nothing calls this directly

Calls 1

ResetFunction · 0.85

Tested by

no test coverage detected