MCPcopy Create free account
hub / github.com/ElementsProject/elements / IsIOError

Function IsIOError

src/leveldb/include/leveldb/status.h:66–66  ·  view source on GitHub ↗

Returns true iff the status indicates an IOError.

Source from the content-addressed store, hash-verified

64
65 // Returns true iff the status indicates an IOError.
66 bool IsIOError() const { return code() == kIOError; }
67
68 // Returns true iff the status indicates a NotSupportedError.
69 bool IsNotSupportedError() const { return code() == kNotSupported; }

Callers

nothing calls this directly

Calls 1

codeFunction · 0.85

Tested by

no test coverage detected