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

Function lua_isstring

lib/lua/src/lapi.c:316–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314
315
316LUA_API int lua_isstring (lua_State *L, int idx) {
317 const TValue *o = index2value(L, idx);
318 return (ttisstring(o) || cvt2str(o));
319}
320
321
322LUA_API int lua_isuserdata (lua_State *L, int idx) {

Callers 11

generic_readerFunction · 0.85
add_valueFunction · 0.85
luaL_tolstringFunction · 0.85
addfieldFunction · 0.85
findloaderFunction · 0.85
runMethod · 0.85
runScriptMethod · 0.85
applyTransformLuaMethod · 0.85
luaApiCallFunction · 0.85
luaSetActiveWorkspaceFunction · 0.85
luaDeviceWriteFunction · 0.85

Calls 1

index2valueFunction · 0.85

Tested by

no test coverage detected