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

Method FindAdapter

OsiInterface/Debugger.cpp:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 }
34
35 Adapter * DebugAdapterMap::FindAdapter(uint8_t columns)
36 {
37 auto it = adapters_.find(columns);
38 if (it == adapters_.end()) return nullptr;
39 return it->second;
40 }
41
42 void DebugAdapterMap::TryAddAdapter(Adapter * adapter)
43 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected