Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/computationalpathologygroup/ASAP
/ removeAllAnnotations
Method
removeAllAnnotations
annotation/AnnotationList.cpp:146–148 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
144
}
145
146
void AnnotationList::removeAllAnnotations() {
147
_annotations.clear();
148
}
149
150
void AnnotationList::removeAllGroups() {
151
_groups.clear();
Callers
7
setAnnotations
Method · 0.95
loadFromRepo
Method · 0.80
loadRepositoryFromFile
Method · 0.80
loadFromRepo
Method · 0.80
loadFromRepo
Method · 0.80
clearAnnotationList
Method · 0.80
onLoadButtonPressed
Method · 0.80
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected