Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
HandleBlockSequence
Method · 0.80
HandleFlowSequence
Method · 0.80
HandleBlockMap
Method · 0.80
HandleFlowMap
Method · 0.80
HandleCompactMap
Method · 0.80
HandleCompactMapWithNoKey
Method · 0.80
Calls
1
push
Method · 0.45
Tested by
no test coverage detected