Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ luaL_addstring
Function
luaL_addstring
extlibs/lua/src/lauxlib.c:577–579 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
575
576
577
LUALIB_API void luaL_addstring (luaL_Buffer *B, const char *s) {
578
luaL_addlstring(B, s, strlen(s));
579
}
580
581
582
LUALIB_API void luaL_pushresult (luaL_Buffer *B) {
Callers
6
addquoted
Function · 0.85
luaL_traceback
Function · 0.85
luaL_addgsub
Function · 0.85
setpath
Function · 0.85
pusherrornotfound
Function · 0.85
findloader
Function · 0.85
Calls
1
luaL_addlstring
Function · 0.70
Tested by
no test coverage detected