MCPcopy Create free account
hub / github.com/computationalpathologygroup/ASAP / save

Method save

annotation/NDPARepository.cpp:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20bool NDPARepository::save() const
21{
22 return false;
23}
24
25void NDPARepository::setNDPISourceFile(const std::string& ndpiSourcefile) {
26 _ndpiSourceFile = ndpiSourcefile;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected