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

Method getRepository

annotation/AnnotationService.cpp:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21std::shared_ptr<Repository> AnnotationService::getRepository() const {
22 return _repo;
23}
24
25bool AnnotationService::loadRepositoryFromFile(const std::string& source) {
26 if (source.rfind(std::string(".xml")) != source.npos) {

Callers 1

onLoadButtonPressedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected