MCPcopy
hub / github.com/cbeuw/Cloak / JustInt64

Function JustInt64

internal/server/usermanager/usermanager.go:32–32  ·  view source on GitHub ↗
(v int64)

Source from the content-addressed store, hash-verified

30func JustInt32(v int32) MaybeInt32 { return &v }
31
32func JustInt64(v int64) MaybeInt64 { return &v }
33
34type StatusResponse struct {
35 UID []byte

Callers 8

userpanel_test.goFile · 0.92
ListAllUsersMethod · 0.85
GetUserInfoMethod · 0.85

Calls

no outgoing calls