public static function cloudEvent()

in src/FunctionsFramework.php [33:36]


    public static function cloudEvent(string $name, callable $fn)
    {
        Invoker::registerFunction($name, new CloudEventFunctionWrapper($fn, true));
    }