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

Function String

Source/Engine/Serialization/JsonWriter.h:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 }
51
52 FORCE_INLINE void String(const char* str)
53 {
54 String(str, StringUtils::Length(str));
55 }
56
57 FORCE_INLINE void String(const StringAnsiView& str)
58 {

Callers 15

BlobMethod · 0.70
GuidMethod · 0.70
CompactShaderPathMethod · 0.50
OnErrorMethod · 0.50
GetIncludedFileSourceMethod · 0.50
CompileShadersMethod · 0.50
WriteCustomDataVSMethod · 0.50
ExportMethod · 0.50
ShaderCompilerVulkanMethod · 0.50
AddMethod · 0.50
CompileShaderMethod · 0.50
CompileShaderMethod · 0.50

Calls 3

LengthFunction · 0.50
GetMethod · 0.45
LengthMethod · 0.45

Tested by

no test coverage detected