MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / reset

Method reset

communication/communicationerror.cpp:34–40  ·  view source on GitHub ↗

Reset the last communication error messages

Source from the content-addressed store, hash-verified

32
33// Reset the last communication error messages
34void CommunicationError::reset() {
35 retryCount = 0;
36 maxRetryCount = 3;
37 code = 0;
38 message = "";
39 type = None;
40}
41
42
43// Retry after the last error

Callers 1

CommunicationErrorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected