MCPcopy 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
187func (ln listNode) isTail() bool {
188 return ln.right == listNull
189}
190
191func (ln listNode) isHead() bool {
192 return ln.left == listNull

Callers 3

toAVMethod · 0.95
LINSERTMethod · 0.80
LREMMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected