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

Method invoke

src/fl/remote/rpc/rpc.cpp.hpp:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 // Create a placeholder invoker (actual invocation handled in handle())
52 struct PlaceholderInvoker : public detail::ErasedInvoker {
53 fl::tuple<TypeConversionResult, json> invoke(const json&) override {
54 // Should not be called - handle() will call mResponseAwareFn directly
55 return fl::make_tuple(TypeConversionResult::success(), json(nullptr));
56 }
57 };
58 entry.mInvoker = fl::make_shared<PlaceholderInvoker>();
59

Callers 2

handleMethod · 0.45
handle_maybeMethod · 0.45

Calls 2

make_tupleFunction · 0.85
jsonClass · 0.50

Tested by

no test coverage detected