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

Method back

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

Source from the content-addressed store, hash-verified

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
8582 /**

Callers 15

ResolveModuleCallbackFunction · 0.80
GetExtendLocationMethod · 0.80
SimpleProfilerMethod · 0.80
HandleMapEndMethod · 0.80
HandleArrayEndMethod · 0.80
AddStringToParentMethod · 0.80
AddValueToParentMethod · 0.80
VLQEncodeFunction · 0.80
VLQEncodeUnsignedFunction · 0.80
get_safe_tokenMethod · 0.80
is_ipv4Function · 0.80
verify_dns_lengthFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected