MCPcopy 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
187func (fv *FieldValue) AsInt64() int64 {
188 return utils.Uint64ToInt64(fv.value)
189}
190
191func (fv *FieldValue) AsFloat64() float64 {
192 return utils.Uint64ToFloat64(fv.value)

Callers 1

ValueMethod · 0.95

Calls 1

Uint64ToInt64Function · 0.92

Tested by

no test coverage detected