Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ dostring
Function
dostring
src/Chain/libraries/glua/lua.cpp:248–250 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
246
247
248
static int dostring(lua_State *L, const char *s, const char *name) {
249
return dochunk(L, luaL_loadbuffer(L, s, strlen(s), name));
250
}
251
252
253
/*
Callers
2
runargs
Function · 0.70
handle_luainit
Function · 0.70
Calls
1
dochunk
Function · 0.70
Tested by
no test coverage detected