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

Method SetBoolLengthFormat

lib/yamlcpp/src/emitterstate.cpp:278–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276}
277
278bool EmitterState::SetBoolLengthFormat(EMITTER_MANIP value,
279 FmtScope::value scope) {
280 switch (value) {
281 case LongBool:
282 case ShortBool:
283 _Set(m_boolLengthFmt, value, scope);
284 return true;
285 default:
286 return false;
287 }
288}
289
290bool EmitterState::SetBoolCaseFormat(EMITTER_MANIP value,
291 FmtScope::value scope) {

Callers 1

SetBoolFormatMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected