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

Function broadcast

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

Source from the content-addressed store, hash-verified

10460}
10461
10462constexpr uint64_t broadcast(uint8_t v) noexcept {
10463 return 0x101010101010101ull * v;
10464}
10465
10466constexpr bool to_lower_ascii(char* input, size_t length) noexcept {
10467 uint64_t broadcast_80 = broadcast(0x80);

Callers 3

ascii_mapFunction · 0.85
to_lower_asciiFunction · 0.85
has_tabs_or_newlineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected