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

Method Init

core/debugadapter.h:208–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206 virtual ~DebugAdapter() {}
207
208 virtual bool Init() { return true; }
209
210 virtual void SetEventCallback(std::function<void(const DebuggerEvent& event)> function)
211 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected