MCPcopy Create free account
hub / github.com/NativeScript/android / reserve

Method reserve

test-app/runtime/src/main/cpp/ada/ada.h:8076–8078  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8074}
8075
8076constexpr void ada::url_aggregator::reserve(uint32_t capacity) {
8077 buffer.reserve(capacity);
8078}
8079
8080constexpr bool url_aggregator::has_non_empty_username() const noexcept {
8081 ada_log("url_aggregator::has_non_empty_username");

Callers 15

WrapModuleContentMethod · 0.45
InitMethod · 0.45
regex_searchMethod · 0.45
JSToJavaConverterMethod · 0.45
ReserveCapacityMethod · 0.45
mapFunction · 0.45
punycode_to_utf32Function · 0.45
utf32_to_punycodeFunction · 0.45
to_unicodeFunction · 0.45
percent_decodeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected