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

Method GetStringFormat

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

Source from the content-addressed store, hash-verified

84
85 bool SetStringFormat(EMITTER_MANIP value, FmtScope::value scope);
86 EMITTER_MANIP GetStringFormat() const { return m_strFmt.get(); }
87
88 bool SetBoolFormat(EMITTER_MANIP value, FmtScope::value scope);
89 EMITTER_MANIP GetBoolFormat() const { return m_boolFmt.get(); }

Callers 1

emitter.cppFile · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected