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

Method getImageFile

ASAP/worklist_interface/Data/SourceProxy.cpp:204–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202 }
203
204 size_t SourceProxy::getImageFile(const std::string& image_index, const std::function<void(fs::path)>& receiver, const std::function<void(uint8_t)>& observer)
205 {
206 return m_source->getImageFile(image_index, receiver, observer);
207 }
208
209 std::set<std::string> SourceProxy::getWorklistHeaders(const DataTable::FIELD_SELECTION selection)
210 {

Callers 1

getImageFromIndexMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected