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

Function retrieve_map

tests/test_container_helpers.h:276–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274// For maps - retrieve using key
275template<typename Container>
276fl::shared_ptr<int> retrieve_map(Container& c, int key) {
277 return c[key];
278}
279
280// ============================================================================
281// Generic Test Template Functions

Callers 2

test_map_move_semanticsFunction · 0.85
FL_TEST_FILEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected