Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/computationalpathologygroup/ASAP
/ getAttributes
Method
getAttributes
annotation/AnnotationGroup.cpp:87–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
std::map<std::string, std::string> AnnotationGroup::getAttributes() const {
88
return _attributes;
89
}
90
91
void AnnotationGroup::setAttributes(std::map<std::string, std::string> attributes) {
92
_attributes = attributes;
Callers
1
saveGroup
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected