Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ set_data
Method
set_data
lib/yamlcpp/include/yaml-cpp/node/detail/node.h:68–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
m_pRef = rhs.m_pRef;
67
}
68
void set_data(const node& rhs) {
69
if (rhs.is_defined())
70
mark_defined();
71
m_pRef->set_data(*rhs.m_pRef);
72
}
73
74
void set_mark(const Mark& mark) { m_pRef->set_mark(mark); }
75
Callers
1
AssignData
Method · 0.45
Calls
1
is_defined
Method · 0.45
Tested by
no test coverage detected