Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ set_style
Method
set_style
lib/yamlcpp/include/yaml-cpp/node/detail/node.h:95–98 ·
view source on GitHub ↗
style
Source
from the content-addressed store, hash-verified
93
94
// style
95
void set_style(EmitterStyle::value style) {
96
mark_defined();
97
m_pRef->set_style(style);
98
}
99
100
// size/iterator
101
std::size_t size() const { return m_pRef->size(); }
Callers
1
SetStyle
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected