MCPcopy Create free account
hub / github.com/FastLED/FastLED / set

Method set

tests/fl/stl/function.cpp:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21struct Foo {
22 int value = 0;
23 void set(int v) { value = v; }
24 int get() const { return value; }
25};
26

Callers 15

FL_TEST_FILEFunction · 0.45
createRequestFunction · 0.45
FL_TEST_FILEFunction · 0.45
makeRequestFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
response_send.hppFile · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected