MCPcopy Create free account
hub / github.com/dmlc/dmlc-core / ThreadLocalState

Method ThreadLocalState

include/dmlc/lua.h:517–519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

515}
516
517inline LuaState* LuaState::ThreadLocalState() {
518 return ThreadLocalStore<LuaState>::Get();
519}
520
521inline LuaRef LuaState::Eval(const char* lua_code) {
522 LuaRef ret;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected