Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ luaL_addstring
Function
luaL_addstring
third-party/lua-5.4.6/src/lauxlib.c:592–594 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
590
591
592
LUALIB_API void luaL_addstring (luaL_Buffer *B, const char *s) {
593
luaL_addlstring(B, s, strlen(s));
594
}
595
596
597
LUALIB_API void luaL_pushresult (luaL_Buffer *B) {
Callers
6
addquoted
Function · 0.70
luaL_traceback
Function · 0.70
luaL_addgsub
Function · 0.70
setpath
Function · 0.70
pusherrornotfound
Function · 0.70
findloader
Function · 0.70
Calls
1
luaL_addlstring
Function · 0.70
Tested by
no test coverage detected