MCPcopy 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_rearMethod · 0.45
remove_frontMethod · 0.45
remove_rearMethod · 0.45
palindrome_checkerFunction · 0.45

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected