MCPcopy Create free account
hub / github.com/ceph/ceph / aborted

Method aborted

src/client/MetaRequest.h:101–104  ·  view source on GitHub ↗

* Whether abort() has been called for this request */

Source from the content-addressed store, hash-verified

99 * Whether abort() has been called for this request
100 */
101 inline bool aborted() const
102 {
103 return abort_rc != 0;
104 }
105
106 /**
107 * Given that abort() has been called for this request, what `rc` was

Callers 4

make_requestMethod · 0.80
kick_requestsMethod · 0.80
_do_filelockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected