Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
size
Method · 0.45
find_province_num_bfs
Function · 0.45
dequeue
Method · 0.45
build_word_graph
Function · 0.45
word_ladder
Function · 0.45
main
Function · 0.45
knight_tour
Function · 0.45
remove_vertex
Method · 0.45
build_graph
Function · 0.45
bfs
Function · 0.45
build_graph
Function · 0.45
dfs
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected