MCPcopy Create free account
hub / github.com/Tencent/sluaunreal / LoadCode

Function LoadCode

Plugins/slua_unreal/External/lua/lundump.cpp:106–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104
105
106static void LoadCode (LoadState *S, Proto *f) {
107 int n = LoadInt(S);
108 f->code = luaM_newvector(S->L, n, Instruction);
109 f->sizecode = n;
110 LoadVector(S, f->code, n);
111}
112
113
114static void LoadFunction(LoadState *S, Proto *f, TString *psource);

Callers 1

LoadFunctionFunction · 0.85

Calls 1

LoadIntFunction · 0.85

Tested by

no test coverage detected