Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1995parham/linkedlist
/ node
Struct
node
pkg/list/node.go:17–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
valid() bool
16
next() Node[T]
17
data() T
18
}
19
20
type
node[T any]
struct
{
21
Data T
22
Next Node[T]
23
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected