Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
55
bool AnnotationService::load() {
56
if (_repo) {
57
return _repo->load();
58
}
59
else {
60
return false;
61
}
62
}
63
64
bool AnnotationService::save() {
65
if (_repo) {
Callers
1
loadRepositoryFromFile
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected