MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / get

Method get

lib/data/image.cc:35–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35std::shared_ptr<const Sector> Image::get(const LogicalLocation& location) const
36{
37 auto i = _sectors.find(location);
38 if (i == _sectors.end())
39 return nullptr;
40 return i->second;
41}
42
43std::shared_ptr<Sector> Image::put(const LogicalLocation& location)
44{

Callers 1

encodeMfmFunction · 0.45

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected