Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
Disk::Disk(): image(std::make_shared<Image>()) {}
23
24
Disk::Disk(
25
const std::shared_ptr<const Image>& image, const DiskLayout& diskLayout):
Callers
nothing calls this directly
Calls
4
value
Method · 0.45
begin
Method · 0.45
end
Method · 0.45
push_back
Method · 0.45
Tested by
no test coverage detected