MCPcopy 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
32type Encoder interface {
33 Encode(v []int) (string, error)
34 Decode(raw string, t int) (int, error)
35}
36

Callers 15

serializerFunction · 0.95
SerializeMethod · 0.95
NewResponseWithGobDataFunction · 0.95
CaptchaRequiredFunction · 0.65
sendActivationEmailFunction · 0.65
ResetMethod · 0.65
WriteEventSourceFunction · 0.65
RedirectToMethod · 0.65
EncodeMethod · 0.65
getGeocodingMethod · 0.65
EncodeClientRequestFunction · 0.65
loginMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected