MCPcopy Create free account
hub / github.com/BirolLab/abyss / initialized

Method initialized

BloomDBG/AssemblyParams.h:85–88  ·  view source on GitHub ↗

Return true if all required members are initialized */

Source from the content-addressed store, hash-verified

83
84 /** Return true if all required members are initialized */
85 bool initialized() const {
86 return bloomSize > 0 && k > 0 &&
87 trim != std::numeric_limits<unsigned>::max();
88 }
89
90 /** Return true if checkpoint creation is enabled */
91 bool checkpointsEnabled() const {

Callers 5

prebuiltBloomAssemblyFunction · 0.80
countingBloomAssemblyFunction · 0.80
assembleFunction · 0.80
outputGraphFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected