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

Method SetBoolCaseFormat

lib/yamlcpp/src/emitterstate.cpp:290–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290bool EmitterState::SetBoolCaseFormat(EMITTER_MANIP value,
291 FmtScope::value scope) {
292 switch (value) {
293 case UpperCase:
294 case LowerCase:
295 case CamelCase:
296 _Set(m_boolCaseFmt, value, scope);
297 return true;
298 default:
299 return false;
300 }
301}
302
303bool EmitterState::SetNullFormat(EMITTER_MANIP value, FmtScope::value scope) {
304 switch (value) {

Callers 1

SetBoolFormatMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected