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

Method setRoot

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

Source from the content-addressed store, hash-verified

89std::shared_ptr<XmlEntry> XmlFile::getRoot() { return root; }
90
91void XmlFile::setRoot(std::shared_ptr<XmlEntry> entry) { root = std::move(entry); }
92
93std::vector<std::shared_ptr<writer::instructions::WriteInstruction>>
94 XmlFile::instructions(const std::string& file) const {

Callers 1

makePvuFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected