MCPcopy
hub / github.com/mislav/hub / Encode

Method Encode

github/config_encoder.go:11–11  ·  view source on GitHub ↗
(w io.Writer, c *Config)

Source from the content-addressed store, hash-verified

9
10type configEncoder interface {
11 Encode(w io.Writer, c *Config) error
12}
13
14type tomlConfigEncoder struct {

Callers 3

SaveMethod · 0.65
EncodeMethod · 0.65
addQueryFunction · 0.65

Implementers 2

tomlConfigEncodergithub/config_encoder.go
yamlConfigEncodergithub/config_encoder.go

Calls

no outgoing calls

Tested by

no test coverage detected