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

Method SetSeqFormat

lib/yamlcpp/src/emitter.cpp:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60bool Emitter::SetSeqFormat(EMITTER_MANIP value) {
61 return m_pState->SetFlowType(GroupType::Seq, value, FmtScope::Global);
62}
63
64bool Emitter::SetMapFormat(EMITTER_MANIP value) {
65 bool ok = false;

Callers 1

TEST_FFunction · 0.80

Calls 1

SetFlowTypeMethod · 0.80

Tested by 1

TEST_FFunction · 0.64