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

Method SourceProxy

ASAP/worklist_interface/Data/SourceProxy.cpp:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15namespace ASAP
16{
17 SourceProxy::SourceProxy(TemporaryDirectoryTracker& temp_dir) : m_source(nullptr), m_temporary_directory(temp_dir), m_max_number_previous_sources(5)
18 {
19 }
20
21 void SourceProxy::close(void)
22 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected