MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / str2K

Function str2K

lib/lua/src/lcode.c:737–741  ·  view source on GitHub ↗

** Convert a VKSTR to a VK */

Source from the content-addressed store, hash-verified

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

Callers 2

discharge2regFunction · 0.85
luaK_indexedFunction · 0.85

Calls 1

stringKFunction · 0.85

Tested by

no test coverage detected