Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Token
Method
Token
Source/Engine/Utilities/TextProcessing.h:83–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
82
public:
83
Token()
84
: Start(nullptr)
85
, Length(0)
86
, Separator()
87
{
88
}
89
90
explicit Token(const char* text)
91
: Start(text)
Callers
nothing calls this directly
Calls
3
Length
Function · 0.50
Get
Method · 0.45
Length
Method · 0.45
Tested by
no test coverage detected