Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudreve/cloudreve
/ Encode
Method
Encode
pkg/hashid/hash.go:33–33 ·
view source on GitHub ↗
(v []int)
Source
from the content-addressed store, hash-verified
31
32
type
Encoder
interface
{
33
Encode(v []int) (string, error)
34
Decode(raw string, t int) (int, error)
35
}
36
Callers
15
serializer
Function · 0.95
Serialize
Method · 0.95
NewResponseWithGobData
Function · 0.95
CaptchaRequired
Function · 0.65
sendActivationEmail
Function · 0.65
Reset
Method · 0.65
WriteEventSource
Function · 0.65
RedirectTo
Method · 0.65
Encode
Method · 0.65
getGeocoding
Method · 0.65
EncodeClientRequest
Function · 0.65
login
Method · 0.65
Implementers
2
HashIDService
service/admin/tools.go
hashEncoder
pkg/hashid/hash.go
Calls
no outgoing calls
Tested by
no test coverage detected