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

Function bit_at

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

Source from the content-addressed store, hash-verified

990 0x01 | 0x02 | 0x04 | 0x08 | 0x10 | 0x20 | 0x40 | 0x80};
991
992ada_really_inline constexpr bool bit_at(const uint8_t a[], const uint8_t i) {
993 return !!(a[i >> 3] & (1 << (i & 7)));
994}
995
996} // namespace ada::character_sets
997

Callers 2

percent_encode_indexFunction · 0.85
percent_encodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected