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

Method run_compiledfile

src/Chain/libraries/glua/glua_state_scope.cpp:132–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130 }
131
132 bool GluaStateScope::run_compiledfile(const char *filename)
133 {
134 return thinkyoung::lua::lib::run_compiledfile(_L, filename);
135 }
136 bool GluaStateScope::run_compiled_bytestream(void *stream_addr)
137 {
138 return thinkyoung::lua::lib::run_compiled_bytestream(_L, stream_addr);

Callers

nothing calls this directly

Calls 1

run_compiledfileFunction · 0.85

Tested by

no test coverage detected