MCPcopy Create free account
hub / github.com/DFHack/dfhack / isValid

Function isValid

library/include/Core.h:162–162  ·  view source on GitHub ↗

Is everything OK?

Source from the content-addressed store, hash-verified

160 bool isSuspended(void);
161 /// Is everything OK?
162 bool isValid(void) { return !errorstate; }
163
164 command_result runCommand(color_ostream &out, const std::string &command, std::vector <std::string> &parameters, bool no_autocomplete = false);
165 command_result runCommand(color_ostream& out, const std::string& command);

Callers 14

bindMethod · 0.50
executeMethod · 0.50
decodeMethod · 0.50
matchesMethod · 0.50
matchesMethod · 0.50
getMatchBitsMethod · 0.50
clampMethod · 0.50
clampMapMethod · 0.50
addPosMethod · 0.50
forCoordMethod · 0.50
entity_idMethod · 0.50
Persistence.cppFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected