MCPcopy Create free account
hub / github.com/computationalpathologygroup/ASAP / XmlRepository

Method XmlRepository

annotation/XmlRepository.cpp:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9#include "pugixml.hpp"
10
11XmlRepository::XmlRepository(const std::shared_ptr<AnnotationList>& list) :
12Repository(list)
13{
14}
15
16bool XmlRepository::save() const
17{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected