Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Illation/ETEngine
/ ~Parser
Method
~Parser
Engine/source/EtCore/FileSystem/Json/JsonParser.cpp:24–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
}
23
24
JSON::Parser::~Parser()
25
{
26
delete m_Root;
27
m_Root = nullptr;
28
}
29
30
void JSON::Parser::MoveToNonWhitespace(const std::string &textFile)
31
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected