Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ SetStyle
Method
SetStyle
lib/yamlcpp/include/yaml-cpp/node/impl.h:189–192 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
187
}
188
189
inline void Node::SetStyle(EmitterStyle::value style) {
190
EnsureNodeExists();
191
m_pNode->set_style(style);
192
}
193
194
// assignment
195
inline bool Node::is(const Node& rhs) const {
Callers
1
TEST_F
Function · 0.80
Calls
1
set_style
Method · 0.45
Tested by
1
TEST_F
Function · 0.64