MCPcopy Create free account
hub / github.com/crownengine/crown / lua_load

Function lua_load

3rdparty/luajit/src/lj_load.c:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64LUA_API int lua_load(lua_State *L, lua_Reader reader, void *data,
65 const char *chunkname)
66{
67 return lua_loadx(L, reader, data, chunkname, NULL);
68}
69
70typedef struct FileReaderCtx {
71 FILE *fp;

Callers

nothing calls this directly

Calls 1

lua_loadxFunction · 0.85

Tested by

no test coverage detected