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

Method getPhysicalBounds

lib/data/layout.cc:316–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314}
315
316DiskLayout::LayoutBounds DiskLayout::getPhysicalBounds() const
317{
318 return getBounds(std::views::keys(layoutByPhysicalLocation));
319}
320
321DiskLayout::LayoutBounds DiskLayout::getLogicalBounds() const
322{

Callers 6

ScpSinkMethod · 0.80
~A2RSinkMethod · 0.80
mainConvertFunction · 0.80
drawContentMethod · 0.80
getBoundsMethod · 0.80
test_boundsFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_boundsFunction · 0.64