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

Function ada_has_hash

test-app/runtime/src/main/cpp/ada/ada.cpp:17384–17390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17382}
17383
17384bool ada_has_hash(ada_url result) noexcept {
17385 ada::result<ada::url_aggregator>& r = get_instance(result);
17386 if (!r) {
17387 return false;
17388 }
17389 return r->has_hash();
17390}
17391
17392bool ada_has_search(ada_url result) noexcept {
17393 ada::result<ada::url_aggregator>& r = get_instance(result);

Callers

nothing calls this directly

Calls 1

has_hashMethod · 0.80

Tested by

no test coverage detected