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

Method load

annotation/AnnotationService.cpp:55–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55bool AnnotationService::load() {
56 if (_repo) {
57 return _repo->load();
58 }
59 else {
60 return false;
61 }
62}
63
64bool AnnotationService::save() {
65 if (_repo) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected