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

Method ForceFlow

lib/yamlcpp/src/emitterstate.cpp:73–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73void EmitterState::ForceFlow() {
74 assert(!m_groups.empty());
75 if (m_groups.empty()) {
76 return;
77 }
78
79 m_groups.back()->flowType = FlowType::Flow;
80}
81
82void EmitterState::StartedNode() {
83 if (m_groups.empty()) {

Callers 2

EmitEndSeqMethod · 0.80
EmitEndMapMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected