MCPcopy Create free account
hub / github.com/Norbyte/ositools / UpdateAdapters

Method UpdateAdapters

OsiInterface/Debugger.cpp:16–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 {}
15
16 void DebugAdapterMap::UpdateAdapters()
17 {
18 auto const & adapterDb = (*globals_.Adapters)->Db;
19 for (unsigned i = 0; i < adapterDb.Size; i++) {
20 auto adapter = adapterDb.Start[i];
21 TryAddAdapter(adapter);
22 }
23 }
24
25 bool DebugAdapterMap::HasAllAdapters()
26 {

Callers 1

StoryLoadedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected