MCPcopy Create free account
hub / github.com/FastLED/FastLED / error

Method error

src/fl/channels/spi.h:85–85  ·  view source on GitHub ↗

@brief Get error code (only meaningful if !ok())

Source from the content-addressed store, hash-verified

83
84 /// @brief Get error code (only meaningful if !ok())
85 SPIError error() const { return error_code; }
86
87 /// @brief Explicit conversion to bool for contextual evaluation
88 explicit operator bool() const { return ok(); }

Callers 3

flushMethod · 0.45
writeAsyncMethod · 0.45
transmitBatchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected