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

Method bind

src/fl/remote/remote.h:85–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 /// Register method with config (name, function, optional metadata)
84 template<typename Callable>
85 void bind(const Config<Callable>& config) {
86 mRpc.bind(config);
87 }
88
89 /// Register method by name, function, and optional mode (default SYNC)
90 template<typename Callable>

Callers

nothing calls this directly

Calls 1

bindFunction · 0.50

Tested by

no test coverage detected