MCPcopy Index your code
hub / github.com/RustPython/RustPython / is_empty

Method is_empty

crates/vm/src/bytes_inner.rs:292–294  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

290
291 #[inline]
292 pub const fn is_empty(&self) -> bool {
293 self.elements.is_empty()
294 }
295
296 pub fn cmp(
297 &self,

Callers 15

read_homeFunction · 0.45
pack_pascalFunction · 0.45
parse_groupingFunction · 0.45
init_path_configFunction · 0.45
__reduce__Method · 0.45
slot_newMethod · 0.45
syntax_error_set_msgFunction · 0.45
prep_reraise_starFunction · 0.45
is_exception_from_origFunction · 0.45
split_by_leaf_idsFunction · 0.45
py_splitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected