MCPcopy Create free account
hub / github.com/ThatOpen/engine_web-ifc / GetSchemaName

Method GetSchemaName

src/cpp/web-ifc/schema/IfcSchemaManager.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 }
24
25 std::string_view IfcSchemaManager::GetSchemaName(IFC_SCHEMA schema) const
26 {
27 return _schemaNames[schema];
28 }
29
30 const std::vector<IFC_SCHEMA> IfcSchemaManager::GetAvailableSchemas() const
31 {

Callers 2

CreateModelMethod · 0.80
GetSchemaMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected