MCPcopy Create free account
hub / github.com/axmolengine/axmol / str2K

Function str2K

3rdparty/lua/plainlua/lcode.c:738–742  ·  view source on GitHub ↗

** Convert a VKSTR to a VK */

Source from the content-addressed store, hash-verified

736** Convert a VKSTR to a VK
737*/
738static void str2K (FuncState *fs, expdesc *e) {
739 lua_assert(e->k == VKSTR);
740 e->u.info = stringK(fs, e->u.strval);
741 e->k = VK;
742}
743
744
745/*

Callers 2

discharge2regFunction · 0.85
luaK_indexedFunction · 0.85

Calls 1

stringKFunction · 0.85

Tested by

no test coverage detected