folly::ImmutableRequestData::hasCallback

Returns whether this instance has set/unset callbacks.

Synopsis

Declared in <folly/io/async/Request.h>

virtual
bool
hasCallback() override;

Return Value

Always false, since immutable data needs no callbacks.