Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QMHTMY/RustBook
/ clear
Method
clear
code/chapter03/lvec.rs:37–40 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
35
}
36
37
fn clear(&mut self) {
38
self.size = 0;
39
self.head = None;
40
}
41
42
fn len(&self) -> usize {
43
self.size
Callers
1
append
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected