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

Method is_empty

crates/common/src/str.rs:297–299  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

295 }
296
297 pub fn is_empty(&self) -> bool {
298 self.data.is_empty()
299 }
300
301 #[inline]
302 pub fn char_len(&self) -> usize {

Callers 15

parse_fill_and_alignFunction · 0.45
_parseMethod · 0.45
format_complex_localeMethod · 0.45
format_complexMethod · 0.45
format_complex_re_imMethod · 0.45
parse_partMethod · 0.45
parseMethod · 0.45
parse_literalMethod · 0.45
from_strMethod · 0.45
decode_utf8_compatibleFunction · 0.45
handle_encode_errorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected