Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MonaSolutions/MonaServer
/ ScriptWriter
Method
ScriptWriter
MonaServer/sources/ScriptWriter.cpp:27–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
26
27
ScriptWriter::ScriptWriter(lua_State *pState) : _top(lua_gettop(pState)), _pState(pState) {
28
29
}
30
31
ScriptWriter::~ScriptWriter() {
32
// clear references
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected