Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ set_null
Method
set_null
lib/yamlcpp/include/yaml-cpp/node/detail/node.h:81–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
m_pRef->set_type(type);
80
}
81
void set_null() {
82
mark_defined();
83
m_pRef->set_null();
84
}
85
void set_scalar(const std::string& scalar) {
86
mark_defined();
87
m_pRef->set_scalar(scalar);
Callers
1
EnsureNodeExists
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected