MCPcopy Create free account
hub / github.com/SeisSol/SeisSol / XmlEntry

Method XmlEntry

src/IO/Instance/Metadata/Xml.cpp:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54XmlEntry::XmlEntry(const std::string& name) : name(name) {}
55
56XmlEntry& XmlEntry::addAttribute(const XmlAttribute& attribute) {
57 attributes.emplace_back(attribute);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected