Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ set_style
Method
set_style
lib/yamlcpp/src/node_data.cpp:76–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
void node_data::set_tag(const std::string& tag) { m_tag = tag; }
75
76
void node_data::set_style(EmitterStyle::value style) { m_style = style; }
77
78
void node_data::set_null() {
79
m_isDefined = true;
Callers
2
OnSequenceStart
Method · 0.45
OnMapStart
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected