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

Method objectEnd

ext/src/llvm/JSON.cpp:672–680  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

670}
671
672void llvm::json::OStream::objectEnd() {
673 assert(Stack.back().Ctx == Object);
674 Indent -= IndentSize;
675 if (Stack.back().HasValue)
676 newline();
677 OS << '}';
678 Stack.pop_back();
679 assert(!Stack.empty());
680}
681
682void llvm::json::OStream::attributeBegin(llvm::StringRef Key) {
683 assert(Stack.back().Ctx == Object);

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