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

Function createDiskLayout

lib/data/layout.h:173–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171};
172
173static std::shared_ptr<DiskLayout> createDiskLayout(
174 const ConfigProto& config = globalConfig())
175{
176 return std::make_shared<DiskLayout>(config);
177}
178
179class TrackInfo
180{

Callers 15

writeImageMethod · 0.85
ScpSinkMethod · 0.85
~A2RSinkMethod · 0.85
readImageMethod · 0.85
mainReadFunction · 0.85
mainConvertFunction · 0.85
mainRawWriteFunction · 0.85
mainWriteFunction · 0.85
wtRebuildConfigurationFunction · 0.85
test_physical_sectorsFunction · 0.85
test_logical_sectorsFunction · 0.85

Calls

no outgoing calls

Tested by 6

test_physical_sectorsFunction · 0.68
test_logical_sectorsFunction · 0.68
test_both_sectorsFunction · 0.68
test_skewFunction · 0.68
test_boundsFunction · 0.68
test_sectoroffsetsFunction · 0.68