Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
191
func
(ln listNode) isHead() bool {
192
return
ln.left == listNull
193
}
194
195
func
(ln listNode) putAction(c Client) dynamodb.TransactWriteItem {
196
return
dynamodb.TransactWriteItem{
Callers
3
toAV
Method · 0.95
LINSERT
Method · 0.80
LREM
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected