MCPcopy Create free account
hub / github.com/Tencent/UnLua / CaptureContainer

Method CaptureContainer

Plugins/UnLua/Source/UnLua/Private/LuaDanglingCheck.cpp:115–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113 }
114
115 void FDanglingCheck::CaptureContainer(lua_State* L, void* Value)
116 {
117 if (!GuardCount)
118 return;
119 CapturedContainers.Add(Value);
120 }
121}

Callers 1

CacheScriptContainerFunction · 0.80

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected