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

Method c_str

src/fl/stl/url.h:73–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 }
72 const fl::string &string() const FL_NOEXCEPT { return mUrl; }
73 const char *c_str() const FL_NOEXCEPT { return mUrl.c_str(); }
74
75 // ---- Comparison ----
76 bool operator==(const url &o) const FL_NOEXCEPT { return mUrl == o.mUrl; }

Callers 15

getStateMethod · 0.45
parseSegmentFieldsFunction · 0.45
beginMethod · 0.45
drawMethod · 0.45
pushMethod · 0.45
log.cpp.hppFile · 0.45
addDriverMethod · 0.45
getDriverByNameMethod · 0.45
writeAsyncMethod · 0.45
printEngineValidationFunction · 0.45
printSummaryTableFunction · 0.45
strMethod · 0.45

Calls

no outgoing calls

Tested by 15

strMethod · 0.36
iterateMethod · 0.36
assertResultMethod · 0.36
runMethod · 0.36
listTestsMethod · 0.36
runTestCaseMethod · 0.36
testRunEndMethod · 0.36
testCaseStartMethod · 0.36
testCaseEndMethod · 0.36
subcaseStartMethod · 0.36
testRunStartMethod · 0.36
mainFunction · 0.36