Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/computationalpathologygroup/ASAP
/ save
Method
save
annotation/AnnotationService.cpp:64–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
bool AnnotationService::save() {
65
if (_repo) {
66
return _repo->save();
67
}
68
else {
69
return false;
70
}
71
}
Callers
1
saveRepositoryToFile
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected