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

Method PushCollectionType

lib/yamlcpp/src/collectionstack.h:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 }
26
27 void PushCollectionType(CollectionType::value type) {
28 collectionStack.push(type);
29 }
30 void PopCollectionType(CollectionType::value type) {
31 assert(type == GetCurCollectionType());
32 (void)type;

Callers 6

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

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected