Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbProjectRED/redimo.go
/ isTail
Method
isTail
lists.go:187–189 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
185
}
186
187
func
(ln listNode) isTail() bool {
188
return
ln.right == listNull
189
}
190
191
func
(ln listNode) isHead() bool {
192
return
ln.left == listNull
Callers
3
toAV
Method · 0.95
LINSERT
Method · 0.80
LREM
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected