Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/android
/ clear_pathname
Method
clear_pathname
test-app/runtime/src/main/cpp/ada/ada.h:6742–6742 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6740
}
6741
6742
constexpr void url::clear_pathname() { path.clear(); }
6743
6744
constexpr void url::clear_search() { query = std::nullopt; }
6745
Callers
1
parse_url_impl
Function · 0.80
Calls
4
erase
Method · 0.80
clear
Method · 0.65
to_string
Method · 0.60
size
Method · 0.45
Tested by
no test coverage detected