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

◆ has()

bool fl::Remote::has ( const fl::string & name) const

Check if method is registered.

Definition at line 28 of file remote.cpp.hpp.

28 {
29 return mRpc.has(name.c_str());
30}
fl::Rpc mRpc
Definition remote.h:206
const char * c_str() const FL_NOEXCEPT

References fl::basic_string::c_str(), and mRpc.

+ Here is the call graph for this function: