MCPcopy Create free account
hub / github.com/apache/arrow / port

Method port

cpp/src/arrow/util/uri.cc:166–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164std::string Uri::port_text() const { return TextRangeToString(impl_->uri_.portText); }
165
166int32_t Uri::port() const { return impl_->port_; }
167
168std::string Uri::username() const {
169 auto userpass = TextRangeToView(impl_->uri_.userInfo);

Callers 10

gaflight_server_get_portFunction · 0.45
setupMethod · 0.45
setupMethod · 0.45
setupMethod · 0.45
FromProtoFunction · 0.45
TESTFunction · 0.45
setupMethod · 0.45
setupMethod · 0.45
setupMethod · 0.45
start_httpMethod · 0.45

Calls

no outgoing calls

Tested by 7

setupMethod · 0.36
setupMethod · 0.36
setupMethod · 0.36
TESTFunction · 0.36
setupMethod · 0.36
setupMethod · 0.36
setupMethod · 0.36