MCPcopy Create free account
hub / github.com/cathery/sys-con / IsAtControllerLimit

Function IsAtControllerLimit

source/Sysmodule/source/controller_handler.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 } // namespace
20
21 bool IsAtControllerLimit()
22 {
23 return controllerHandlers.size() >= MaxControllerHandlersSize;
24 }
25
26 Result Insert(std::unique_ptr<IController>&& controllerPtr)
27 {

Callers 2

UsbEventThreadFuncFunction · 0.85
UsbSonyEventThreadFuncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected