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

Method SetBoolFormat

lib/yamlcpp/src/emitter.cpp:41–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41bool Emitter::SetBoolFormat(EMITTER_MANIP value) {
42 bool ok = false;
43 if (m_pState->SetBoolFormat(value, FmtScope::Global))
44 ok = true;
45 if (m_pState->SetBoolCaseFormat(value, FmtScope::Global))
46 ok = true;
47 if (m_pState->SetBoolLengthFormat(value, FmtScope::Global))
48 ok = true;
49 return ok;
50}
51
52bool Emitter::SetNullFormat(EMITTER_MANIP value) {
53 return m_pState->SetNullFormat(value, FmtScope::Global);

Callers 1

TEST_FFunction · 0.45

Calls 2

SetBoolCaseFormatMethod · 0.80
SetBoolLengthFormatMethod · 0.80

Tested by 1

TEST_FFunction · 0.36