Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Blob
Method · 0.70
Guid
Method · 0.70
CompactShaderPath
Method · 0.50
OnError
Method · 0.50
GetIncludedFileSource
Method · 0.50
CompileShaders
Method · 0.50
WriteCustomDataVS
Method · 0.50
Export
Method · 0.50
ShaderCompilerVulkan
Method · 0.50
Add
Method · 0.50
CompileShader
Method · 0.50
CompileShader
Method · 0.50
Calls
3
Length
Function · 0.50
Get
Method · 0.45
Length
Method · 0.45
Tested by
no test coverage detected