Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QMHTMY/RustBook
/ size
Method
size
publication/code/chapter04/palindrome_checker.rs:42–44 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
40
}
41
42
fn size(&self) -> usize {
43
self.data.len()
44
}
45
}
46
47
// 回文检查
Callers
4
add_rear
Method · 0.45
remove_front
Method · 0.45
remove_rear
Method · 0.45
palindrome_checker
Function · 0.45
Calls
1
len
Method · 0.45
Tested by
no test coverage detected