Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ add
Method
add
tests/fl/stl/functional.cpp:39–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
Calculator(int v = 0) : value(v) {}
38
39
int add(int x) {
40
return value + x;
41
}
42
43
int add_const(int x) const {
44
return value + x;
Callers
15
FL_TEST_FILE
Function · 0.45
parse_metadata
Function · 0.45
FL_TEST_FILE
Function · 0.45
blend.hpp
File · 0.45
FL_TEST_FILE
Function · 0.45
FL_TEST_FILE
Function · 0.45
FL_TEST_FILE
Function · 0.45
channel.cpp
File · 0.45
FL_TEST_FILE
Function · 0.45
FL_TEST_FILE
Function · 0.45
vocal.hpp
File · 0.45
backbeat.hpp
File · 0.45
Calls
no outgoing calls
Tested by
1
parse_metadata
Function · 0.36