Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
236
func
(sv *Values) getInt64(slot slotIdx) int64 {
237
return
sv.container.getInt64(slot)
238
}
239
240
func
(sv *Values) getGeneric(slot slotIdx)
interface
{} {
241
return
sv.container.getGeneric(slot)
Callers
5
Get
Method · 0.45
Get
Method · 0.45
Get
Method · 0.45
Get
Method · 0.45
Get
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected