MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / schema_identifiers

Method schema_identifiers

src/ifcparse/Header_section_schema.cpp:68–68  ·  view source on GitHub ↗

Function implementations for file_schema

Source from the content-addressed store, hash-verified

66
67// Function implementations for file_schema
68std::vector< std::string > /*[1:?]*/ Header_section_schema::file_schema::schema_identifiers() const { std::vector< std::string > /*[1:?]*/ v = get_attribute_value(0); return v; }
69void Header_section_schema::file_schema::setschema_identifiers(std::vector< std::string > /*[1:?]*/ v) { set_attribute_value(0, v);if constexpr (false)unset_attribute_value(0); }
70
71

Callers 4

finalizeFunction · 0.80
pushPageMethod · 0.80
InstanceStreamerMethod · 0.80
read_from_streamMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected