Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
std::shared_ptr<Repository> AnnotationService::getRepository() const {
22
return _repo;
23
}
24
25
bool AnnotationService::loadRepositoryFromFile(const std::string& source) {
26
if (source.rfind(std::string(
".xml"
)) != source.npos) {
Callers
1
onLoadButtonPressed
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected