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

Function check_register

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

Source from the content-addressed store, hash-verified

43#include <geode/tests/common.hpp>
44
45void check_register( const geode::MeshImpl& key )
46{
47 geode::OpenGeodeMeshException::test(
48 geode::MeshBuilderFactory::has_creator( key ), "No creator for ",
49 key.get(), " is not correct" );
50}
51
52void test()
53{

Callers 1

testFunction · 0.70

Calls 2

testFunction · 0.70
getMethod · 0.45

Tested by

no test coverage detected