MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / luaL_checklstring

Function luaL_checklstring

Source/Misc/lua/src/lua.c:10370–10374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10368
10369
10370LUALIB_API const char *luaL_checklstring (lua_State *L, int narg, size_t *len) {
10371const char *s = lua_tolstring(L, narg, len);
10372if (!s) tag_error(L, narg, LUA_TSTRING);
10373return s;
10374}
10375
10376
10377LUALIB_API const char *luaL_optlstring (lua_State *L, int narg,

Callers 15

usb.cFile · 0.85
luaL_optlstringFunction · 0.85
luaB_loadstringFunction · 0.85
g_writeFunction · 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