MCPcopy Create free account
hub / github.com/Geode-solutions/OpenGeode / check_register

Function check_register

tests/mesh/test-register-input.cpp:45–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44template < typename GeodeFactory >
45void check_register( std::string_view extension )
46{
47 geode::OpenGeodeMeshException::test(
48 GeodeFactory::has_creator( extension.data() ),
49 "No creator for extension ", extension, " is not correct" );
50}
51
52void test()
53{

Callers

nothing calls this directly

Calls 2

testFunction · 0.70
dataMethod · 0.45

Tested by

no test coverage detected