Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/computationalpathologygroup/ASAP
/ Repository
Method
Repository
annotation/Repository.cpp:6–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
#include
"AnnotationList.h"
5
6
Repository::Repository(const std::shared_ptr<AnnotationList>& list) :
7
_list(list),
8
_source(
""
)
9
{}
10
11
Repository::~Repository() {
12
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected