Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ string_view
Method
string_view
src/fl/stl/basic_string.cpp.hpp:27–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
// type.
26
27
string_view::string_view(const basic_string& str) FL_NOEXCEPT
28
: mData(str.c_str()), mSize(str.size()) {}
29
30
// ======= ACCESSORS =======
31
Callers
nothing calls this directly
Calls
2
c_str
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected