MCPcopy Create free account
hub / github.com/evcc-io/evcc / Encode

Method Encode

util/encode/encode.go:14–14  ·  view source on GitHub ↗
(v any)

Source from the content-addressed store, hash-verified

12
13type Encoder interface {
14 Encode(v any) any
15}
16
17type EncoderOption func(*encoder)

Callers 15

TestEncodeFunction · 0.95
LoginMethod · 0.65
transformXMLMethod · 0.65
NewTqEmFromConfigFunction · 0.65
GetSessionIDMethod · 0.65
jsonWriteFunction · 0.65
ExecCmdMethod · 0.65
NewConnectionFunction · 0.65
EnableMethod · 0.65
NewNtfyFromConfigFunction · 0.65
refreshTokenMethod · 0.65
runMethod · 0.65

Implementers 1

encoderutil/encode/encode.go

Calls

no outgoing calls

Tested by 1

TestEncodeFunction · 0.76