MCPcopy Create free account
hub / github.com/dbProjectRED/redimo.go / prev

Method prev

lists.go:87–96  ·  view source on GitHub ↗
(side LSide)

Source from the content-addressed store, hash-verified

85}
86
87func (ln listNode) prev(side LSide) (address string) {
88 switch side {
89 case Left:
90 address = ln.left
91 case Right:
92 address = ln.right
93 }
94
95 return
96}
97
98func (ln listNode) prevAttr(side LSide) (attribute string) {
99 switch side {

Callers 3

updateSideActionMethod · 0.95
LINSERTMethod · 0.80
listFindEndMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected