MCPcopy 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
6742constexpr void url::clear_pathname() { path.clear(); }
6743
6744constexpr void url::clear_search() { query = std::nullopt; }
6745

Callers 1

parse_url_implFunction · 0.80

Calls 4

eraseMethod · 0.80
clearMethod · 0.65
to_stringMethod · 0.60
sizeMethod · 0.45

Tested by

no test coverage detected