MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / current

Function current

ui/sidebar.h:156–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154 static void setDefaultTypes(const std::set<SidebarWidgetType*>& types) { m_defaultTypes = types; }
155
156 static Sidebar* current()
157 {
158 UIContext* context = UIContext::activeContext();
159 if (!context)
160 return nullptr;
161 return context->sidebar();
162 }
163
164 template <class T>
165 static T* widget(SidebarWidgetType* type)

Callers 4

widgetFunction · 0.70
activateWidgetFunction · 0.70

Calls

no outgoing calls

Tested by 2