MCPcopy Create free account
hub / github.com/Signalsmith-Audio/reverb-example-code / Result

Method Result

wav.h:56–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 std::string reason;
55
56 Result(Code code, std::string reason="") : code(code), reason(reason) {};
57 Result(const Result &other) : code(other.code), reason(other.reason) {};
58 Result & operator=(const Result &other) {
59 // TODO: what is this? Why do we only copy if it's _not_ OK?

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected