MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / ValidateBook

Method ValidateBook

engine/Evaluator/EvaluatorHost.cpp:290–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290ValidationSummary EvaluatorHost::ValidateBook(const std::string& bookDir)
291{
292 EnsureInitialized();
293 return validateBook(bookDir, _state, _verbose);
294}
295
296ValidationSummary EvaluatorHost::ValidateRef(const std::string& refDir)
297{

Callers 1

mainFunction · 0.80

Calls 2

EnsureInitializedFunction · 0.85
validateBookFunction · 0.85

Tested by

no test coverage detected