MCPcopy
hub / github.com/rqlite/rqlite / GetI

Method GetI

command/proto/command.pb.go:1703–1710  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1701}
1702
1703func (x *CDCValue) GetI() int64 {
1704 if x != nil {
1705 if x, ok := x.Value.(*CDCValue_I); ok {
1706 return x.I
1707 }
1708 }
1709 return 0
1710}
1711
1712func (x *CDCValue) GetD() float64 {
1713 if x != nil {

Callers 12

handleReadyzMethod · 0.45
CDCValueEqualFunction · 0.45
MarshalToEnvelopeJSONFunction · 0.45
Test_UpdateHook_BasicFunction · 0.45
Test_Preupdate_BasicFunction · 0.45
SizeMethod · 0.45
memStatsMethod · 0.45

Calls

no outgoing calls