MCPcopy Create free account
hub / github.com/QuantumNous/new-api / Encode

Method Encode

pkg/cachex/codec.go:11–11  ·  view source on GitHub ↗
(v V)

Source from the content-addressed store, hash-verified

9
10type ValueCodec[V any] interface {
11 Encode(v V) (string, error)
12 Decode(s string) (V, error)
13}
14

Callers 15

telegramBindFailureFunction · 0.65
ExchangeTokenMethod · 0.65
ExchangeTokenMethod · 0.65
ExchangeTokenMethod · 0.65
ExchangeTokenMethod · 0.65
FetchCodexModelsFunction · 0.65
refreshCodexOAuthTokenFunction · 0.65
normalizeClickHouseDSNFunction · 0.65
buildQueryParamsFunction · 0.65
SetWithTTLMethod · 0.65
buildXunfeiAuthUrlFunction · 0.65

Implementers 2

IntCodecpkg/cachex/codec.go
StringCodecpkg/cachex/codec.go

Calls

no outgoing calls