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

Method EnsureInitialized

engine/Evaluator/EvaluatorHost.cpp:80–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78} // namespace
79
80void EvaluatorHost::EnsureInitialized()
81{
82 EnsureEvaluatorRuntimeStubsLinked();
83
84 if (_initialized)
85 return;
86
87 _state.Init();
88 _state.RegisterEvalCommands();
89 _initialized = true;
90}
91
92EvalState& EvaluatorHost::State()
93{

Callers

nothing calls this directly

Calls 3

RegisterEvalCommandsMethod · 0.80
InitMethod · 0.45

Tested by

no test coverage detected