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

Method contains

lib/data/image.cc:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30bool Image::contains(const LogicalLocation& location) const
31{
32 return _sectors.find(location) != _sectors.end();
33}
34
35std::shared_ptr<const Sector> Image::get(const LogicalLocation& location) const
36{

Callers 9

addMissingSectorsMethod · 0.45
flushChangesMethod · 0.45
validateMethod · 0.45
applyDefaultOptionsMethod · 0.45
emitOptionsFunction · 0.45
exportIPSPatchFunction · 0.45
exportIPS32PatchFunction · 0.45
initGLFWMethod · 0.45

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected