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

Class BuffFS

third-party/lua-5.4.6/src/lobject.c:397–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395
396/* buffer used by 'luaO_pushvfstring' */
397typedef struct BuffFS {
398 lua_State *L;
399 int pushed; /* true if there is a part of the result on the stack */
400 int blen; /* length of partial string in 'space' */
401 char space[BUFVFS]; /* holds last part of the result */
402} BuffFS;
403
404
405/*

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected