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

Function C_is_valid_fluid_string

src/CoolPropLib.cpp:1145–1147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1143}
1144
1145EXPORT_CODE int CONVENTION C_is_valid_fluid_string(const char* fluidName) {
1146 return static_cast<int>(CoolProp::is_valid_fluid_string(fluidName));
1147}
1148
1149EXPORT_CODE int CONVENTION C_extract_backend(const char* fluid_string, char* backend, const long backend_length, char* fluid,
1150 const long fluid_length) {

Callers

nothing calls this directly

Calls 1

is_valid_fluid_stringFunction · 0.85

Tested by

no test coverage detected