MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / str2K

Function str2K

extlibs/lua/src/lcode.c:724–728  ·  view source on GitHub ↗

** Convert a VKSTR to a VK */

Source from the content-addressed store, hash-verified

722** Convert a VKSTR to a VK
723*/
724static void str2K (FuncState *fs, expdesc *e) {
725 lua_assert(e->k == VKSTR);
726 e->u.info = stringK(fs, e->u.strval);
727 e->k = VK;
728}
729
730
731/*

Callers 2

discharge2regFunction · 0.85
luaK_indexedFunction · 0.85

Calls 1

stringKFunction · 0.85

Tested by

no test coverage detected