MCPcopy Create free account
hub / github.com/koding/kite / Int63

Method Int63

utils/utils.go:23–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21}
22
23func (r *lockedSource) Int63() (n int64) {
24 r.lk.Lock()
25 n = r.src.Int63()
26 r.lk.Unlock()
27 return
28}
29
30func (r *lockedSource) Seed(seed int64) {
31 r.lk.Lock()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected