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

Method set

tests/profile/profile_result.h:80–82  ·  view source on GitHub ↗

Add custom field to JSON (for comparison/analysis tests)

Source from the content-addressed store, hash-verified

78
79 /// Add custom field to JSON (for comparison/analysis tests)
80 void set(const char* key, const fl::json& value) {
81 m_result.set(key, value);
82 }
83
84 void set(const char* key, const char* value) {
85 m_result.set(key, value);

Callers 4

print_resultMethod · 0.45
ProfileResultBuilderMethod · 0.45
add_timingMethod · 0.45
emitJsonFunction · 0.45

Calls

no outgoing calls

Tested by 1

emitJsonFunction · 0.36