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

Function outputCapture

src/fl/test/fltest.cpp.hpp:466–468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464}
465
466void outputCapture(const char* name, const char* value, const char* file, int line) FL_NOEXCEPT {
467 fl::printf(" [CAPTURE] %s:%d: %s := %s\n", file, line, name, value);
468}
469
470void fail(const char* msg, const char* file, int line, bool isFatal) FL_NOEXCEPT {
471 AssertResult result(false);

Callers

nothing calls this directly

Calls 1

printfFunction · 0.85

Tested by

no test coverage detected