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

Method RestoreGlobalModifiedSettings

lib/yamlcpp/src/emitterstate.cpp:236–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234void EmitterState::ClearModifiedSettings() { m_modifiedSettings.clear(); }
235
236void EmitterState::RestoreGlobalModifiedSettings() {
237 m_globalModifiedSettings.restore();
238}
239
240bool EmitterState::SetOutputCharset(EMITTER_MANIP value,
241 FmtScope::value scope) {

Callers

nothing calls this directly

Calls 1

restoreMethod · 0.45

Tested by

no test coverage detected