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

Method IsAliased

lib/yamlcpp/src/nodeevents.cpp:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94bool NodeEvents::IsAliased(const detail::node& node) const {
95 auto it = m_refCount.find(node.ref());
96 return it != m_refCount.end() && it->second > 1;
97}
98} // namespace YAML

Callers

nothing calls this directly

Calls 3

refMethod · 0.80
findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected