MCPcopy Create free account
hub / github.com/apache/impala / getOrigin

Method getOrigin

be/src/transport/THttpTransport.cpp:287–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285}
286
287const std::string THttpTransport::getOrigin() const {
288 std::ostringstream oss;
289 if (!origin_.empty()) {
290 oss << origin_ << ", ";
291 }
292 oss << transport_->getOrigin();
293 return oss.str();
294}
295}
296}
297}

Callers 1

headersDoneMethod · 0.80

Calls 2

emptyMethod · 0.45
strMethod · 0.45

Tested by

no test coverage detected