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

Function ada_string_create

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

Source from the content-addressed store, hash-verified

16990};
16991
16992ada_string ada_string_create(const char* data, size_t length) {
16993 ada_string out{};
16994 out.data = data;
16995 out.length = length;
16996 return out;
16997}
16998
16999struct ada_url_components {
17000 /*

Callers 15

ada_get_hrefFunction · 0.85
ada_get_usernameFunction · 0.85
ada_get_passwordFunction · 0.85
ada_get_portFunction · 0.85
ada_get_hashFunction · 0.85
ada_get_hostFunction · 0.85
ada_get_hostnameFunction · 0.85
ada_get_pathnameFunction · 0.85
ada_get_searchFunction · 0.85
ada_get_protocolFunction · 0.85
ada_search_params_getFunction · 0.85
ada_strings_getFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected