MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / luaL_checklstring

Function luaL_checklstring

src/Chain/libraries/glua/lauxlib.cpp:393–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391
392
393LUALIB_API const char *luaL_checklstring(lua_State *L, int arg, size_t *len) {
394 const char *s = lua_tolstring(L, arg, len);
395 if (!s) tag_error(L, arg, LUA_TSTRING);
396 return s;
397}
398
399
400LUALIB_API const char *luaL_optlstring(lua_State *L, int arg,

Callers 15

utflenFunction · 0.85
codepointFunction · 0.85
byteoffsetFunction · 0.85
iter_auxFunction · 0.85
str_lenFunction · 0.85
str_subFunction · 0.85
str_reverseFunction · 0.85
str_lowerFunction · 0.85
str_upperFunction · 0.85
str_repFunction · 0.85
str_byteFunction · 0.85
str_find_auxFunction · 0.85

Calls 2

lua_tolstringFunction · 0.85
tag_errorFunction · 0.85

Tested by

no test coverage detected