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

Method front

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

Source from the content-addressed store, hash-verified

8576 inline auto begin() const { return params.begin(); }
8577 inline auto end() const { return params.end(); }
8578 inline auto front() const { return params.front(); }
8579 inline auto back() const { return params.back(); }
8580 inline auto operator[](size_t index) const { return params[index]; }
8581

Callers 12

MethodCallbackMethod · 0.80
SetMissingBaseMethodsMethod · 0.80
evictMethod · 0.80
initializeMethod · 0.80
punycode_to_utf32Function · 0.80
verify_punycodeFunction · 0.80
is_label_validFunction · 0.80
trim_c0_whitespaceFunction · 0.80
set_portMethod · 0.80
is_ipv6_addressFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected