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

Method GetContext

engine/Evaluator/express.cpp:3033–3036  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3031GameEvaluator::~GameEvaluator() = default;
3032
3033GameVarSpace* GameState::GetContext() const
3034{
3035 return _e->local;
3036}
3037
3038void GameState::BeginContext(GameVarSpace* vars) const
3039{

Callers 15

LLVMFuzzerTestOneInputFunction · 0.45
StringCallFunction · 0.45
StringCallNoArgFunction · 0.45
StringRepeatFunction · 0.45
StringThenFunction · 0.45
StringExitWithFunction · 0.45
ForDoOpFunction · 0.45
ArrayThenFunction · 0.45
StringEvalFunction · 0.45
ListCountCondFunction · 0.45
ListForEachFunction · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected