Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QMHTMY/RustBook
/ get_first
Method
get_first
publication/code/chapter09/bfs.rs:43–45 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
41
}
42
43
fn get_first(&self) -> Link {
44
self.first.clone()
45
}
46
47
// 打印节点
48
fn print_node(&self) {
Callers
1
bfs
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected