Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbProjectRED/redimo.go
/ zScore
Struct
zScore
sorted_sets.go:44–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
present() bool
43
}
44
type
zScore
struct
{
45
score float64
46
}
47
48
func
(zs zScore) ToAV() (av dynamodb.AttributeValue) {
49
if
zs.present() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected