MCPcopy Create free account
hub / github.com/QMHTMY/RustBook / size

Method size

code/chapter03/queue.rs:41–43  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

39 }
40
41 fn size(&self) -> usize {
42 self.data.len()
43 }
44}
45
46fn main() {

Callers 3

enqueueMethod · 0.45
dequeueMethod · 0.45
is_emptyMethod · 0.45

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected