MCPcopy Index your code
hub / github.com/dolanor/rip / Encode

Method Encode

encoding/encoding.go:75–75  ·  view source on GitHub ↗

Encode writes the codec data of v to the output stream.

(v interface{})

Source from the content-addressed store, hash-verified

73type Encoder interface {
74 // Encode writes the codec data of v to the output stream.
75 Encode(v interface{}) error
76}
77
78// AcceptEncoder creates an new encoder for w based on the acceptHeader, the edit mode and

Callers 8

updatePathIDFunction · 0.65
handleGetFunction · 0.65
handleListAllFunction · 0.65
handleCreateFunction · 0.65
HandleFunction · 0.65
writeErrorFunction · 0.65
TestEncoder_EncodeFunction · 0.65

Implementers 4

noEncoderencoding/encoding.go
encoderencoding/protobuf/encoder.go
Encoderencoding/html/html.go
FormEncoderencoding/html/form.go

Calls

no outgoing calls

Tested by 2

TestEncoder_EncodeFunction · 0.52