MCPcopy 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
183func (fv *FieldValue) AsUint64() uint64 {
184 return fv.value
185}
186
187func (fv *FieldValue) AsInt64() int64 {
188 return utils.Uint64ToInt64(fv.value)

Callers 1

ValueMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected