Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ has_host
Method
has_host
cpp/src/arrow/util/uri.cc:162–162 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
160
}
161
162
bool Uri::has_host() const { return IsTextRangeSet(impl_->uri_.hostText); }
163
164
std::string Uri::port_text() const { return TextRangeToString(impl_->uri_.portText); }
165
Callers
1
TEST
Function · 0.80
Calls
1
IsTextRangeSet
Function · 0.85
Tested by
1
TEST
Function · 0.64