Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QMHTMY/RustBook
/ len
Method
len
code/chapter03/lvec.rs:42–44 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
40
}
41
42
fn len(&self) -> usize {
43
self.size
44
}
45
46
fn is_empty(&self) -> bool {
47
0 == self.size
Callers
11
par_checker3
Function · 0.45
postfix_eval
Function · 0.45
par_checker3
Function · 0.45
par_checker2
Function · 0.45
par_checker1
Function · 0.45
size
Method · 0.45
hot_potato
Function · 0.45
size
Method · 0.45
size
Method · 0.45
palindrome_checker
Function · 0.45
size
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected