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

Class SourceLocation

src/fl/test/fltest.h:59–65  ·  view source on GitHub ↗

Source location info

Source from the content-addressed store, hash-verified

57
58// Source location info
59struct SourceLocation {
60 const char* mFile;
61 int mLine;
62
63 SourceLocation(const char* file = "", int line = 0) FL_NOEXCEPT
64 : mFile(file), mLine(line) {}
65};
66
67// Result of an assertion
68struct AssertResult {

Callers 3

binaryAssertFunction · 0.85
checkFailedMethod · 0.85
failFunction · 0.85

Calls

no outgoing calls

Tested by 3

binaryAssertFunction · 0.68
checkFailedMethod · 0.68
failFunction · 0.68