MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / create

Method create

engine/source/debug/telnetDebugger.cc:158–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156TelnetDebugger *TelDebugger = NULL;
157
158void TelnetDebugger::create()
159{
160 TelDebugger = new TelnetDebugger;
161}
162
163void TelnetDebugger::destroy()
164{

Callers 1

openMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected