MCPcopy Create free account
hub / github.com/JoaoLopesF/RemoteDebug / setCallBackNewClient

Method setCallBackNewClient

src/RemoteDebug.cpp:848–850  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

846}
847
848void RemoteDebug::setCallBackNewClient(void (*callback)()) {
849 _callbackNewClient = callback;
850}
851
852// Print
853

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected