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

Method attributeEnd

ext/src/llvm/JSON.cpp:701–706  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

699}
700
701void llvm::json::OStream::attributeEnd() {
702 assert(Stack.back().Ctx == Singleton);
703 assert(Stack.back().HasValue && "Attribute must have a value");
704 Stack.pop_back();
705 assert(Stack.back().Ctx == Object);
706}
707
708} // namespace json
709} // namespace llvm

Callers 1

writeMethod · 0.80

Calls 3

assertClass · 0.85
backMethod · 0.45
pop_backMethod · 0.45

Tested by

no test coverage detected