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

Function initbuff

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

Source from the content-addressed store, hash-verified

498
499
500static void initbuff (lua_State *L, BuffFS *buff) {
501 buff->L = L;
502 buff->b = buff->space;
503 buff->buffsize = sizeof(buff->space);
504 buff->blen = 0;
505 buff->err = 0;
506}
507
508
509/*

Callers 1

luaO_pushvfstringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected