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

Function strlen

src/fl/stl/cstring.cpp.hpp:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32// ============================================================================
33
34size_t strlen(const char* s) FL_NOEXCEPT {
35 return ::strlen(s);
36}
37
38int strcmp(const char* s1, const char* s2) FL_NOEXCEPT {
39 return ::strcmp(s1, s2);

Callers 15

measureStringMethod · 0.85
normalize_json_stringMethod · 0.85
string_viewMethod · 0.85
copyMethod · 0.85
rfindMethod · 0.85
find_first_ofMethod · 0.85
find_last_ofMethod · 0.85
find_first_not_ofMethod · 0.85
find_last_not_ofMethod · 0.85
starts_withMethod · 0.85
ends_withMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_phase1_validationFunction · 0.68