MCPcopy Create free account
hub / github.com/F-Stack/f-stack / luaL_loadstring

Function luaL_loadstring

freebsd/contrib/openzfs/module/lua/lauxlib.c:547–549  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

545
546
547LUALIB_API int luaL_loadstring (lua_State *L, const char *s) {
548 return luaL_loadbuffer(L, s, strlen(s), s);
549}
550
551/* }====================================================== */
552

Callers

nothing calls this directly

Calls 1

luaL_loadbufferFunction · 0.85

Tested by

no test coverage detected