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

Method getError

threads/syncrunner.cpp:1215–1217  ·  view source on GitHub ↗

Return a pointer to the CommunicationManager error class

Source from the content-addressed store, hash-verified

1213
1214// Return a pointer to the CommunicationManager error class
1215CommunicationError* SyncRunner::getError() {
1216 return &comm->error;
1217}
1218
1219
1220// If a communication error happened, try to determine what the error is and

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected