MCPcopy Create free account
hub / github.com/Vector35/debugger / DebugAdapterScriptingInstance

Method DebugAdapterScriptingInstance

ui/debugadapterscriptingprovider.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44
45DebugAdapterScriptingInstance::DebugAdapterScriptingInstance(ScriptingProvider* provider) : ScriptingInstance(provider)
46{
47 m_readyStatus = NotReadyForInput;
48}
49
50
51DebugAdapterScriptingInstance::~DebugAdapterScriptingInstance()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected