MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Get

Method Get

Source/Engine/Utilities/StringConverter.h:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22public:
23 const CharType* Get() const
24 {
25 return _static ? _static : (_dynamic ? _dynamic : _inlined);
26 }
27
28 int32 Length() const
29 {

Callers 9

WriteMethod · 0.45
PrettyNameFunction · 0.45
Base64EncodeMethod · 0.45
Base64DecodeMethod · 0.45
AddFreeNodeMethod · 0.45
InsertMethod · 0.45
TokenMethod · 0.45
RunMethod · 0.45
TriangulateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected