FastLED 3.9.15
Loading...
Searching...
No Matches

◆ has_escape_sequences()

bool fl::anonymous_namespace{json.cpp.hpp}::has_escape_sequences ( const fl::span< const char > & span)

Definition at line 621 of file json.cpp.hpp.

621 {
622 for (size_t i = 0; i < span.size(); i++) {
623 if (span[i] == '\\') {
624 return true;
625 }
626 }
627 return false;
628}
constexpr fl::size size() const FL_NOEXCEPT
Definition span.h:458

References has_escape_sequences(), and fl::span< T, Extent >::size().

Referenced by has_escape_sequences(), and fl::anonymous_namespace{json.cpp.hpp}::JsonBuilder::on_token().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: