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

Method setNDPISourceFile

annotation/NDPARepository.cpp:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25void NDPARepository::setNDPISourceFile(const std::string& ndpiSourcefile) {
26 _ndpiSourceFile = ndpiSourcefile;
27}
28
29std::string NDPARepository::NDPISourceFile() const {
30 return _ndpiSourceFile;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected