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

Method ok

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

@brief Check if device was created and initialized successfully

Source from the content-addressed store, hash-verified

80
81 /// @brief Check if device was created and initialized successfully
82 bool ok() const { return is_ok; }
83
84 /// @brief Get error code (only meaningful if !ok())
85 SPIError error() const { return error_code; }

Callers 15

flushMethod · 0.45
writeImplMethod · 0.45
writeAsyncMethod · 0.45
acquireBufferMethod · 0.45
transmitMethod · 0.45
transmitBatchMethod · 0.45
FL_TEST_FILEFunction · 0.45
rpc.hppFile · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by 10

FL_TEST_FILEFunction · 0.36
FL_TEST_FILEFunction · 0.36
test_json_endpointFunction · 0.36
test_get_endpointFunction · 0.36
test_ping_endpointFunction · 0.36
test_promise_approachFunction · 0.36
test_await_approachFunction · 0.36
test_json_responseFunction · 0.36
test_json_awaitFunction · 0.36
captureFunction · 0.36