Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/APIParkLab/APIPark
/ IdValue
Method
IdValue
stores/ai/model.go:69–71 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
}
68
69
func
(i *Key) IdValue() int64 {
70
return
i.Id
71
}
72
73
type
Balance
struct
{
74
Id int64 `gorm:
"column:id;type:BIGINT(20);AUTO_INCREMENT;NOT NULL;comment:id;primary_key;comment:主键ID;"
`
Callers
1
idValue
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected