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

Method isHead

lists.go:191–193  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

189}
190
191func (ln listNode) isHead() bool {
192 return ln.left == listNull
193}
194
195func (ln listNode) putAction(c Client) dynamodb.TransactWriteItem {
196 return dynamodb.TransactWriteItem{

Callers 3

toAVMethod · 0.95
LINSERTMethod · 0.80
LREMMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected