Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ pop
Method
pop
lib/yamlcpp/src/setting.h:49–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
SettingChange& operator=(SettingChange&&) = delete;
48
49
void pop() override { m_pCurSetting->restore(m_oldSetting); }
50
51
private:
52
Setting<T>* m_pCurSetting;
Callers
1
SettingChanges
Class · 0.45
Calls
1
restore
Method · 0.45
Tested by
no test coverage detected