MCPcopy 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_FILEFunction · 0.45
parse_metadataFunction · 0.45
FL_TEST_FILEFunction · 0.45
blend.hppFile · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
channel.cppFile · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
vocal.hppFile · 0.45
backbeat.hppFile · 0.45

Calls

no outgoing calls

Tested by 1

parse_metadataFunction · 0.36