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

Method SetIntBase

lib/yamlcpp/src/emitter.cpp:56–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56bool Emitter::SetIntBase(EMITTER_MANIP value) {
57 return m_pState->SetIntFormat(value, FmtScope::Global);
58}
59
60bool Emitter::SetSeqFormat(EMITTER_MANIP value) {
61 return m_pState->SetFlowType(GroupType::Seq, value, FmtScope::Global);

Callers 1

TEST_FFunction · 0.80

Calls 1

SetIntFormatMethod · 0.80

Tested by 1

TEST_FFunction · 0.64