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

Method GetBoolLengthFormat

lib/yamlcpp/src/emitterstate.h:92–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90
91 bool SetBoolLengthFormat(EMITTER_MANIP value, FmtScope::value scope);
92 EMITTER_MANIP GetBoolLengthFormat() const { return m_boolLengthFmt.get(); }
93
94 bool SetBoolCaseFormat(EMITTER_MANIP value, FmtScope::value scope);
95 EMITTER_MANIP GetBoolCaseFormat() const { return m_boolCaseFmt.get(); }

Callers 2

ComputeFullBoolNameMethod · 0.80
emitter.cppFile · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected