Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ luaL_prepbuffer
Function
luaL_prepbuffer
deps/lua/src/lauxlib.c:429–433 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
427
428
429
LUALIB_API char *luaL_prepbuffer (luaL_Buffer *B) {
430
if (emptybuffer(B))
431
adjuststack(B);
432
return B->buffer;
433
}
434
435
436
LUALIB_API void luaL_addlstring (luaL_Buffer *B, const char *s, size_t l) {
Callers
2
read_line
Function · 0.85
read_chars
Function · 0.85
Calls
2
emptybuffer
Function · 0.85
adjuststack
Function · 0.85
Tested by
no test coverage detected