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

Method prevAttr

lists.go:98–107  ·  view source on GitHub ↗
(side LSide)

Source from the content-addressed store, hash-verified

96}
97
98func (ln listNode) prevAttr(side LSide) (attribute string) {
99 switch side {
100 case Left:
101 attribute = skLeft
102 case Right:
103 attribute = skRight
104 }
105
106 return
107}
108
109func (ln listNode) nextAttr(side LSide) (attribute string) {
110 switch side {

Callers 1

updateSideActionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected