MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / BuffFS

Class BuffFS

third-party/lua-5.5.0/src/lobject.c:490–497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488** building result (memory error [1] or buffer overflow [2]).
489*/
490typedef struct BuffFS {
491 lua_State *L;
492 char *b;
493 size_t buffsize;
494 size_t blen; /* length of string in 'buff' */
495 int err;
496 char space[BUFVFS]; /* initial buffer */
497} BuffFS;
498
499
500static void initbuff (lua_State *L, BuffFS *buff) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected