Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mislav/hub
/ yamlConfigEncoder
Struct
yamlConfigEncoder
github/config_encoder.go:22–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
type
yamlConfigEncoder
struct
{
23
}
24
25
func
(y *yamlConfigEncoder) Encode(w io.Writer, c *Config) error {
26
yc := yaml.MapSlice{}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected