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

Method push

lib/yamlcpp/src/setting.h:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 }
89
90 void push(std::unique_ptr<SettingChangeBase> pSettingChange) {
91 m_settingChanges.push_back(std::move(pSettingChange));
92 }
93
94 private:
95 using setting_changes = std::vector<std::unique_ptr<SettingChangeBase>>;

Callers 15

_SetMethod · 0.45
StartStreamMethod · 0.45
PushTokenMethod · 0.45
PushIndentToMethod · 0.45
PopIndentMethod · 0.45
ScanDirectiveMethod · 0.45
ScanDocStartMethod · 0.45
ScanDocEndMethod · 0.45
ScanFlowStartMethod · 0.45
ScanFlowEndMethod · 0.45
ScanFlowEntryMethod · 0.45

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected