Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Geode-solutions/OpenGeode
/ has_creator
Method
has_creator
include/geode/basic/factory.hpp:114–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
}
113
114
[[nodiscard]] static bool has_creator( const Key &key )
115
{
116
const auto &store = get_store();
117
return store.find( key ) != store.end();
118
}
119
120
private:
121
template < typename DerivedClass >
Callers
nothing calls this directly
Calls
2
find
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected