MCPcopy Create free account
hub / github.com/CoolProp/CoolProp / register_backend

Function register_backend

src/AbstractState.cpp:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void register_backend(const backend_families& bf, const shared_ptr<AbstractStateGenerator>& gen) {
61 get_backend_library().add_backend(bf, gen);
62};
63
64// Default implementation of the options-aware factory entry-point.
65// Forwards to the no-options overload when `options_json` is empty or

Callers 1

GeneratorInitializerMethod · 0.85

Calls 1

add_backendMethod · 0.80

Tested by

no test coverage detected