MCPcopy Create free account
hub / github.com/apache/trafficserver / ref

Method ref

lib/yamlcpp/include/yaml-cpp/node/detail/node.h:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31 bool is(const node& rhs) const { return m_pRef == rhs.m_pRef; }
32 const node_ref* ref() const { return m_pRef.get(); }
33
34 bool is_defined() const { return m_pRef->is_defined(); }
35 const Mark& mark() const { return m_pRef->mark(); }

Callers 4

RegisterReferenceMethod · 0.80
LookupAnchorMethod · 0.80
SetupMethod · 0.80
IsAliasedMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected