MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / luaL_checkudata

Function luaL_checkudata

lib/lua/src/lauxlib.c:348–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346
347
348LUALIB_API void *luaL_checkudata (lua_State *L, int ud, const char *tname) {
349 void *p = luaL_testudata(L, ud, tname);
350 luaL_argexpected(L, p != NULL, ud, tname);
351 return p;
352}
353
354/* }====================================================== */
355

Callers

nothing calls this directly

Calls 1

luaL_testudataFunction · 0.85

Tested by

no test coverage detected