MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / skr_load_file

Function skr_load_file

modules/engine/lua/src/build.skr_lua.cpp:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93int skr_load_file(lua_State* L) {
94 const char* fn = luaL_checkstring(L, 1);
95 return skr_lua_loadfile(L, fn);
96}
97
98#define LUA_QL(x) "'" x "'"
99#define LUA_QS LUA_QL("%s")

Callers 1

ll_requireFunction · 0.85

Calls 1

skr_lua_loadfileFunction · 0.85

Tested by

no test coverage detected