MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / luaY_parser

Function luaY_parser

deps/lua/etc/noparser.c:25–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25LUAI_FUNC Proto *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, const char *name) {
26 UNUSED(z);
27 UNUSED(buff);
28 UNUSED(name);
29 lua_pushliteral(L,"parser not loaded");
30 lua_error(L);
31 return NULL;
32}
33
34#ifdef NODUMP
35#include "lundump.h"

Callers

nothing calls this directly

Calls 1

lua_errorFunction · 0.85

Tested by

no test coverage detected