MCPcopy Create free account
hub / github.com/OpenMW/openmw / isGood

Method isGood

components/compiler/errorhandler.cpp:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 // Was compiling successful?
16
17 bool ErrorHandler::isGood() const
18 {
19 return mErrors == 0;
20 }
21
22 // Return number of errors
23

Callers 4

compileMethod · 0.80
compileMethod · 0.80
testFunction · 0.80
compileMethod · 0.80

Calls

no outgoing calls

Tested by 2

compileMethod · 0.64
testFunction · 0.64