Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Geode-solutions/OpenGeode
/ has_mapping_output
Method
has_mapping_output
include/geode/basic/mapping.hpp:60–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
[[nodiscard]] bool has_mapping_output( const T2& value ) const
61
{
62
return out2in_.contains( value );
63
}
64
65
[[nodiscard]] const Storage< T2 >& in2out( const T1& in ) const
66
{
Callers
3
test_bijective_mappings
Function · 0.80
test_generic_mappings
Function · 0.80
erase_out
Method · 0.80
Calls
1
contains
Method · 0.45
Tested by
2
test_bijective_mappings
Function · 0.64
test_generic_mappings
Function · 0.64