MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / luaL_prepbuffer

Function luaL_prepbuffer

Source/Misc/lua/src/lua.c:10641–10645  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10639
10640
10641LUALIB_API char *luaL_prepbuffer (luaL_Buffer *B) {
10642if (emptybuffer(B))
10643adjuststack(B);
10644return B->buffer;
10645}
10646
10647
10648LUALIB_API void luaL_addlstring (luaL_Buffer *B, const char *s, size_t l) {

Callers 2

read_lineFunction · 0.85
read_charsFunction · 0.85

Calls 2

emptybufferFunction · 0.85
adjuststackFunction · 0.85

Tested by

no test coverage detected