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

Method len

publication/code/chapter09/word_ladder.rs:38–40  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

36 }
37
38 fn len(&self) -> usize {
39 self.data.len()
40 }
41}
42
43// 颜色枚举,用于判断点是否被搜索过

Callers 12

sizeMethod · 0.45
find_province_num_bfsFunction · 0.45
dequeueMethod · 0.45
build_word_graphFunction · 0.45
word_ladderFunction · 0.45
mainFunction · 0.45
knight_tourFunction · 0.45
remove_vertexMethod · 0.45
build_graphFunction · 0.45
bfsFunction · 0.45
build_graphFunction · 0.45
dfsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected