Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ luaL_addstring
Function
luaL_addstring
freebsd/contrib/openzfs/module/lua/lauxlib.c:426–428 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
424
425
426
LUALIB_API void luaL_addstring (luaL_Buffer *B, const char *s) {
427
luaL_addlstring(B, s, strlen(s));
428
}
429
430
431
LUALIB_API void luaL_pushresult (luaL_Buffer *B) {
Callers
2
addquoted
Function · 0.70
luaL_gsub
Function · 0.70
Calls
1
luaL_addlstring
Function · 0.70
Tested by
no test coverage detected