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

Function IsNotSupportedError

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

Returns true iff the status indicates a NotSupportedError.

Source from the content-addressed store, hash-verified

67
68 // Returns true iff the status indicates a NotSupportedError.
69 bool IsNotSupportedError() const { return code() == kNotSupported; }
70
71 // Returns true iff the status indicates an InvalidArgument.
72 bool IsInvalidArgument() const { return code() == kInvalidArgument; }

Callers

nothing calls this directly

Calls 1

codeFunction · 0.85

Tested by

no test coverage detected