Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ Setting
Method
Setting
lib/yamlcpp/src/setting.h:26–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
class Setting {
25
public:
26
Setting() : m_value() {}
27
Setting(const T& value) : m_value() { set(value); }
28
29
const T get() const { return m_value; }
Callers
nothing calls this directly
Calls
1
set
Function · 0.85
Tested by
no test coverage detected