MCPcopy Create free account
hub / github.com/apache/trafficserver / PopCollectionType

Method PopCollectionType

lib/yamlcpp/src/collectionstack.h:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 collectionStack.push(type);
29 }
30 void PopCollectionType(CollectionType::value type) {
31 assert(type == GetCurCollectionType());
32 (void)type;
33 collectionStack.pop();
34 }
35
36 private:
37 std::stack<CollectionType::value> collectionStack;

Callers 6

HandleBlockSequenceMethod · 0.80
HandleFlowSequenceMethod · 0.80
HandleBlockMapMethod · 0.80
HandleFlowMapMethod · 0.80
HandleCompactMapMethod · 0.80

Calls 1

popMethod · 0.45

Tested by

no test coverage detected