Function implementations for file_schema
| 66 | |
| 67 | // Function implementations for file_schema |
| 68 | std::vector< std::string > /*[1:?]*/ Header_section_schema::file_schema::schema_identifiers() const { std::vector< std::string > /*[1:?]*/ v = get_attribute_value(0); return v; } |
| 69 | void 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 |
no outgoing calls
no test coverage detected