MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getScore

Method getScore

src/eepp/ui/doc/textformat.cpp:320–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318 bool allValidPoints() const { return numPoints == numValidPoints; }
319
320 float getScore() {
321 calcScore();
322 return score;
323 }
324};
325
326static Uint32 scanTextFile( TextFileStats& stats, IOStream& ins, const TextEncoding* encoding,

Callers 1

guessFileEncodingFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected