Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/sync_gateway
/ ExpvarInt64Val
Function
ExpvarInt64Val
base/util.go:1128–1132 ·
view source on GitHub ↗
(val int64)
Source
from the content-addressed store, hash-verified
1126
}
1127
1128
func
ExpvarInt64Val(val int64) *expvar.Int {
1129
value := expvar.Int{}
1130
value.Set(val)
1131
return
&value
1132
}
1133
1134
func
ExpvarUInt64Val(val uint64) *expvar.Int {
1135
value := expvar.Int{}
Callers
1
initExpvarBaseEquivalent
Function · 0.85
Calls
1
Set
Method · 0.45
Tested by
1
initExpvarBaseEquivalent
Function · 0.68