Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Overload-Technologies/Overload
/ Set
Function
Set
Dependencies/tinyxml2/include/tinyxml2.h:157–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
155
~StrPair();
156
157
void Set( char* start, char* end, int flags ) {
158
TIXMLASSERT( start );
159
TIXMLASSERT( end );
160
Reset();
161
_start = start;
162
_end = end;
163
_flags = flags | NEEDS_FLUSH;
164
}
165
166
const char* GetStr();
167
Callers
7
ReferenceOrValue
Class · 0.85
Property
Class · 0.85
ParseText
Method · 0.85
ParseName
Method · 0.85
Add
Method · 0.85
Set
Method · 0.85
aiString
Class · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected