Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/comdb2
/ luaL_addstring
Function
luaL_addstring
lua/lauxlib.c:490–492 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
488
489
490
LUALIB_API void luaL_addstring (luaL_Buffer *B, const char *s) {
491
luaL_addlstring(B, s, strlen(s));
492
}
493
494
495
LUALIB_API void luaL_pushresult (luaL_Buffer *B) {
Callers
1
luaL_gsub
Function · 0.85
Calls
1
luaL_addlstring
Function · 0.85
Tested by
no test coverage detected