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

Method SetMapKeyFormat

lib/yamlcpp/src/emitterstate.cpp:375–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373}
374
375bool EmitterState::SetMapKeyFormat(EMITTER_MANIP value, FmtScope::value scope) {
376 switch (value) {
377 case Auto:
378 case LongKey:
379 _Set(m_mapKeyFmt, value, scope);
380 return true;
381 default:
382 return false;
383 }
384}
385
386bool EmitterState::SetFloatPrecision(std::size_t value, FmtScope::value scope) {
387 if (value > std::numeric_limits<float>::max_digits10)

Callers 2

SetMapFormatMethod · 0.80
emitter.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected