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

Function CorePluginDependencies

ui/ui.cpp:1614–1617  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1612// In Demo, plugins are explicitly loaded. So there is no need to specify dependencies
1613#ifndef DEMO_VERSION
1614 BINARYNINJAPLUGIN void CorePluginDependencies()
1615 {
1616 SetCurrentPluginLoadOrder(LatePluginLoadOrder);
1617 }
1618#endif
1619
1620#ifdef DEMO_VERSION

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected