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

Method HasAllAdapters

OsiInterface/Debugger.cpp:25–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 }
24
25 bool DebugAdapterMap::HasAllAdapters()
26 {
27 for (unsigned i = 0; i <= MaxColumns; i++) {
28 auto it = adapters_.find(i);
29 if (it == adapters_.end()) return false;
30 }
31
32 return true;
33 }
34
35 Adapter * DebugAdapterMap::FindAdapter(uint8_t columns)
36 {

Callers 1

StoryLoadedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected