Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ dostring
Function
dostring
xrepo/packages/l/lua/port/lua/src/lua.c:205–207 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
203
204
205
static int dostring (lua_State *L, const char *s, const char *name) {
206
return dochunk(L, luaL_loadbuffer(L, s, strlen(s), name));
207
}
208
209
210
/*
Callers
2
runargs
Function · 0.85
handle_luainit
Function · 0.85
Calls
1
dochunk
Function · 0.85
Tested by
no test coverage detected