Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ ReadChar
Method
ReadChar
Source/Engine/Utilities/TextProcessing.cpp:60–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
char TextProcessing::ReadChar()
61
{
62
if (_position >= _length)
63
return 0;
64
return moveForward();
65
}
66
67
void TextProcessing::EatWhiteSpaces()
68
{
Callers
9
Load
Method · 0.80
LoadAssetHeader
Method · 0.80
LoadName
Method · 0.80
LoadTrack
Method · 0.80
LoadTrack
Method · 0.80
LoadTrack
Method · 0.80
LoadTrack
Method · 0.80
LoadTrack
Method · 0.80
LoadTrack
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected