MCPcopy Create free account
hub / github.com/BoomingTech/Piccolo / EndArray

Method EndArray

engine/3rdparty/vulkanmemoryallocator/include/vk_mem_alloc.h:5583–5592  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5581}
5582
5583void VmaJsonWriter::EndArray()
5584{
5585 VMA_ASSERT(!m_InsideString);
5586
5587 WriteIndent(true);
5588 m_SB.Add(']');
5589
5590 VMA_ASSERT(!m_Stack.empty() && m_Stack.back().type == COLLECTION_TYPE_ARRAY);
5591 m_Stack.pop_back();
5592}
5593
5594void VmaJsonWriter::WriteString(const char* pStr)
5595{

Callers 3

BuildStatsStringMethod · 0.80
PrintDetailedMap_EndMethod · 0.80
vmaBuildStatsStringFunction · 0.80

Calls 3

AddMethod · 0.45
emptyMethod · 0.45
pop_backMethod · 0.45

Tested by

no test coverage detected