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

Method Disk

lib/data/disk.cc:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22Disk::Disk(): image(std::make_shared<Image>()) {}
23
24Disk::Disk(
25 const std::shared_ptr<const Image>& image, const DiskLayout& diskLayout):

Callers

nothing calls this directly

Calls 4

valueMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected