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