Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ ~JsonWriter
Method
~JsonWriter
modules/engine/graphics/src/d3d12/D3D12MemAlloc.cpp:1345–1349 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1343
m_InsideString(false) {}
1344
1345
JsonWriter::~JsonWriter()
1346
{
1347
D3D12MA_ASSERT(!m_InsideString);
1348
D3D12MA_ASSERT(m_Stack.empty());
1349
}
1350
1351
void JsonWriter::BeginObject(bool singleLine)
1352
{
Callers
nothing calls this directly
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected