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

Method createWidget

ui/debuggerwidget.h:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 bool isInReferenceArea() const override { return false; }
78
79 SidebarWidget* createWidget(ViewFrame* frame, BinaryViewRef data) override
80 {
81 return new DebuggerWidget("Debugger", frame, data);
82 }
83};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected