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

Method ValidateRef

engine/Evaluator/EvaluatorHost.cpp:296–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296ValidationSummary EvaluatorHost::ValidateRef(const std::string& refDir)
297{
298 EnsureInitialized();
299 return validateRef(refDir, _state, _verbose);
300}
301
302bool EvaluatorHost::IsSqsFile(const std::string& path)
303{

Callers 1

mainFunction · 0.80

Calls 2

EnsureInitializedFunction · 0.85
validateRefFunction · 0.85

Tested by

no test coverage detected