FastLED 3.9.15
Loading...
Searching...
No Matches

◆ has()

bool fl::Rpc::has ( const char * name) const
inline

Check if a method is registered (regardless of signature).

Definition at line 286 of file rpc.h.

286 {
287 return mRegistry.find(fl::string(name)) != mRegistry.end();
288 }
fl::unordered_map< fl::string, detail::RpcEntry > mRegistry
Definition rpc.h:387

References mRegistry.