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

Method SetIntFormat

lib/yamlcpp/src/emitterstate.cpp:316–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314}
315
316bool EmitterState::SetIntFormat(EMITTER_MANIP value, FmtScope::value scope) {
317 switch (value) {
318 case Dec:
319 case Hex:
320 case Oct:
321 _Set(m_intFmt, value, scope);
322 return true;
323 default:
324 return false;
325 }
326}
327
328bool EmitterState::SetIndent(std::size_t value, FmtScope::value scope) {
329 if (value <= 1)

Callers 1

SetIntBaseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected