MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / hasRightValue

Method hasRightValue

source/core/StarBiMap.hpp:209–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207
208template <typename LeftT, typename RightT, typename LeftMapT, typename RightMapT>
209bool BiMap<LeftT, RightT, LeftMapT, RightMapT>::hasRightValue(Right const& right) const {
210 return m_rightMap.contains(right);
211}
212
213template <typename LeftT, typename RightT, typename LeftMapT, typename RightMapT>
214RightT const& BiMap<LeftT, RightT, LeftMapT, RightMapT>::getRight(Left const& left) const {

Callers 3

isValidModIdMethod · 0.80
toMethod · 0.80

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected