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

Function IsInvalidArgument

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

Returns true iff the status indicates an InvalidArgument.

Source from the content-addressed store, hash-verified

70
71 // Returns true iff the status indicates an InvalidArgument.
72 bool IsInvalidArgument() const { return code() == kInvalidArgument; }
73
74 // Return a string representation of this status suitable for printing.
75 // Returns the string "OK" for success.

Callers

nothing calls this directly

Calls 1

codeFunction · 0.85

Tested by

no test coverage detected