MCPcopy 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

32type 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

renderShareOGPageFunction · 0.65
HashIDFunction · 0.65
FinishPasskeyLoginMethod · 0.65
GetMethod · 0.65
CreateMethod · 0.65
SetMethod · 0.65
DeleteMethod · 0.65
CreateImportTaskMethod · 0.65
DeleteMethod · 0.65
DecodeMethod · 0.65
DecodeClientResponseFunction · 0.65
RefreshMethod · 0.65

Implementers 2

HashIDServiceservice/admin/tools.go
hashEncoderpkg/hashid/hash.go

Calls

no outgoing calls

Tested by

no test coverage detected