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