Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
173
static std::shared_ptr<DiskLayout> createDiskLayout(
174
const ConfigProto& config = globalConfig())
175
{
176
return std::make_shared<DiskLayout>(config);
177
}
178
179
class TrackInfo
180
{
Callers
15
writeImage
Method · 0.85
createFilesystemFromConfig
Method · 0.85
ScpSink
Method · 0.85
~A2RSink
Method · 0.85
readImage
Method · 0.85
mainRead
Function · 0.85
mainConvert
Function · 0.85
mainRawWrite
Function · 0.85
mainWrite
Function · 0.85
wtRebuildConfiguration
Function · 0.85
test_physical_sectors
Function · 0.85
test_logical_sectors
Function · 0.85
Calls
no outgoing calls
Tested by
6
test_physical_sectors
Function · 0.68
test_logical_sectors
Function · 0.68
test_both_sectors
Function · 0.68
test_skew
Function · 0.68
test_bounds
Function · 0.68
test_sectoroffsets
Function · 0.68