MCPcopy Create free account
hub / github.com/MonaSolutions/MonaServer / Trace

Method Trace

MonaServer/sources/Script.cpp:73–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 return 0;
72}
73int Script::Trace(lua_State *pState) {
74 SCRIPT_BEGIN(pState)
75 SCRIPT_LOG(Mona::Logger::LEVEL_TRACE,__FILE__,__LINE__, false, ToPrint(pState,LOG_BUFFER))
76 SCRIPT_END
77 return 0;
78}
79
80int Script::Panic(lua_State *pState) {
81 SCRIPT_BEGIN(pState)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected