Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
94
bool 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
ref
Method · 0.80
find
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected