isHttpBlob function

bool isHttpBlob(
  1. Object o
)

Implementation

bool isHttpBlob(Object o) {
  return isHttpBlobImpl(o);
}