MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / run_compiledfile

Function run_compiledfile

src/Chain/libraries/glua/thinkyoung_lua_lib.cpp:2264–2267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2262 }
2263
2264 bool run_compiledfile(lua_State *L, const char *filename)
2265 {
2266 return lua_docompiledfile(L, filename) == 0;
2267 }
2268 bool run_compiled_bytestream(lua_State *L, void *stream_addr)
2269 {
2270 return lua_docompiled_bytestream(L, stream_addr) == 0;

Callers 5

run_compiledfileMethod · 0.85
compile_and_runFunction · 0.85
GTESTFunction · 0.85
simple_testsFunction · 0.85
handle_scriptFunction · 0.85

Calls 1

lua_docompiledfileFunction · 0.85

Tested by

no test coverage detected