Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ luaK_stringK
Function
luaK_stringK
src/Chain/libraries/glua/lcode.cpp:340–344 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
338
339
340
int luaK_stringK(FuncState *fs, TString *s) {
341
TValue o;
342
setsvalue(fs->ls->L, &o, s);
343
return addk(fs, &o, &o);
344
}
345
346
347
/*
Callers
1
codestring
Function · 0.85
Calls
1
addk
Function · 0.85
Tested by
no test coverage detected