MCPcopy Create free account
hub / github.com/ablab/spades / arrayEnd

Method arrayEnd

ext/src/llvm/JSON.cpp:654–662  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

652}
653
654void llvm::json::OStream::arrayEnd() {
655 assert(Stack.back().Ctx == Array);
656 Indent -= IndentSize;
657 if (Stack.back().HasValue)
658 newline();
659 OS << ']';
660 Stack.pop_back();
661 assert(!Stack.empty());
662}
663
664void llvm::json::OStream::objectBegin() {
665 valueBegin();

Callers 1

writeMethod · 0.80

Calls 4

assertClass · 0.85
backMethod · 0.45
pop_backMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected