Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ AsUint64
Method
AsUint64
IceFireDB-SQLite/pkg/mysql/mysql/field.go:183–185 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
181
}
182
183
func
(fv *FieldValue) AsUint64() uint64 {
184
return
fv.value
185
}
186
187
func
(fv *FieldValue) AsInt64() int64 {
188
return
utils.Uint64ToInt64(fv.value)
Callers
1
Value
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected