Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ luaK_stringK
Function
luaK_stringK
freebsd/contrib/openzfs/module/lua/lcode.c:317–321 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
315
316
317
int luaK_stringK (FuncState *fs, TString *s) {
318
TValue o;
319
setsvalue(fs->ls->L, &o, s);
320
return addk(fs, &o, &o);
321
}
322
323
324
int luaK_numberK (FuncState *fs, lua_Number r) {
Callers
1
codestring
Function · 0.70
Calls
1
addk
Function · 0.70
Tested by
no test coverage detected