Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_align
Function · 0.45
_parse
Method · 0.45
insert_locale_grouping
Method · 0.45
format_complex_locale
Method · 0.45
format_complex
Method · 0.45
format_complex_re_im
Method · 0.45
parse_part
Method · 0.45
parse
Method · 0.45
parse_literal
Method · 0.45
from_str
Method · 0.45
decode_utf8_compatible
Function · 0.45
handle_encode_error
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected