MCPcopy Create free account
hub / github.com/Blueforcer/awtrix3 / StringView

Method StringView

src/MelodyPlayer/notes_array.h:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 */
29struct StringView {
30 StringView() = delete;
31 constexpr StringView(const char* s) : str(s), lenght(__builtin_strlen(s)) {}
32
33 constexpr bool operator==(const StringView& other) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected