Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaxBelkov/visualsyslog
/ SetInternedStr
Method
SetInternedStr
sourcecommon/tinyxml2.h:178–181 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
176
}
177
178
void SetInternedStr( const char* str ) {
179
Reset();
180
_start = const_cast<char*>(str);
181
}
182
183
void SetStr( const char* str, int flags=0 );
184
Callers
1
SetValue
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected