Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mislav/hub
/ tomlConfigEncoder
Struct
tomlConfigEncoder
github/config_encoder.go:14–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
}
13
14
type
tomlConfigEncoder
struct
{
15
}
16
17
func
(t *tomlConfigEncoder) Encode(w io.Writer, c *Config) error {
18
enc := toml.NewEncoder(w)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected