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

Method put

lib/data/image.cc:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43std::shared_ptr<Sector> Image::put(const LogicalLocation& location)
44{
45 auto sector = std::make_shared<Sector>(location);
46 _sectors[location] = sector;
47 return sector;
48}
49
50void Image::erase(const LogicalLocation& location)
51{

Callers 15

writeImageMethod · 0.45
readImageMethod · 0.45
readImageMethod · 0.45
readImageMethod · 0.45
readImageMethod · 0.45
readImageMethod · 0.45
readImageMethod · 0.45
readImageMethod · 0.45
readImageMethod · 0.45
readImageMethod · 0.45
readImageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected