Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
30
func
JustInt32(v int32) MaybeInt32 {
return
&v }
31
32
func
JustInt64(v int64) MaybeInt64 {
return
&v }
33
34
type
StatusResponse
struct
{
35
UID []byte
Callers
8
userpanel_test.go
File · 0.92
ListAllUsers
Method · 0.85
GetUserInfo
Method · 0.85
localmanager_test.go
File · 0.85
TestLocalManager_AuthenticateUser
Function · 0.85
TestLocalManager_AuthoriseNewSession
Function · 0.85
TestLocalManager_UploadStatus
Function · 0.85
TestLocalManager_ListAllUsers
Function · 0.85
Calls
no outgoing calls
Tested by
4
TestLocalManager_AuthenticateUser
Function · 0.68
TestLocalManager_AuthoriseNewSession
Function · 0.68
TestLocalManager_UploadStatus
Function · 0.68
TestLocalManager_ListAllUsers
Function · 0.68