Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ url
Method
url
src/fl/stl/url.h:17–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
class url {
16
public:
17
url() FL_NOEXCEPT : mValid(false), mRepaired(false) { zeroOffsets(); }
18
19
explicit url(const char *url) FL_NOEXCEPT
20
: mUrl(url), mValid(false), mRepaired(false) {
Callers
2
execute_fetch_request
Function · 0.80
FL_TEST_FILE
Function · 0.80
Calls
2
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected