MCPcopy Create free account
hub / github.com/Andy-Python-Programmer/aero / is_set

Method is_set

src/aero_kernel/src/utils/bitmap.rs:98–103  ·  view source on GitHub ↗

Returns weather the bit at the provided `bit_idx` is set. ## Example ```rust use alloc::alloc::Global; let bitmap = Bitmap::new_in(Global, 4096); assert!(!bitmap.is_set(69)); ```

(&self, bit_idx: usize)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

set_bitMethod · 0.80
is_freeMethod · 0.80
clear_bitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected