MCPcopy Create free account
hub / github.com/cockroachdb/cockroachdb-parser / getInt64

Method getInt64

pkg/settings/values.go:236–238  ·  view source on GitHub ↗
(slot slotIdx)

Source from the content-addressed store, hash-verified

234}
235
236func (sv *Values) getInt64(slot slotIdx) int64 {
237 return sv.container.getInt64(slot)
238}
239
240func (sv *Values) getGeneric(slot slotIdx) interface{} {
241 return sv.container.getGeneric(slot)

Callers 5

GetMethod · 0.45
GetMethod · 0.45
GetMethod · 0.45
GetMethod · 0.45
GetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected