Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudreve/cloudreve
/ Decode
Method
Decode
pkg/hashid/hash.go:34–34 ·
view source on GitHub ↗
(raw string, t int)
Source
from the content-addressed store, hash-verified
32
type
Encoder
interface
{
33
Encode(v []int) (string, error)
34
Decode(raw string, t int) (int, error)
35
}
36
37
// ObjectIDCtx define key for decoded hash ID.
Callers
15
renderShareOGPage
Function · 0.65
HashID
Function · 0.65
FinishPasskeyLogin
Method · 0.65
Get
Method · 0.65
Create
Method · 0.65
Set
Method · 0.65
Delete
Method · 0.65
CreateImportTask
Method · 0.65
Delete
Method · 0.65
Decode
Method · 0.65
DecodeClientResponse
Function · 0.65
Refresh
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