Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolygonTek/BlueshiftEngine
/ luaL_addstring
Function
luaL_addstring
Source/ThirdParty/lua/lauxlib.c:442–444 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
440
441
442
LUALIB_API void luaL_addstring (luaL_Buffer *B, const char *s) {
443
luaL_addlstring(B, s, strlen(s));
444
}
445
446
447
LUALIB_API void luaL_pushresult (luaL_Buffer *B) {
Callers
6
luaL_gsub
Function · 0.70
mime_global_wrp
Function · 0.50
qpencode
Function · 0.50
qppad
Function · 0.50
mime_global_qpwrp
Function · 0.50
eolprocess
Function · 0.50
Calls
1
luaL_addlstring
Function · 0.70
Tested by
no test coverage detected