Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
10
type
configEncoder
interface
{
11
Encode(w io.Writer, c *Config) error
12
}
13
14
type
tomlConfigEncoder
struct
{
Callers
3
Save
Method · 0.65
Encode
Method · 0.65
addQuery
Function · 0.65
Implementers
2
tomlConfigEncoder
github/config_encoder.go
yamlConfigEncoder
github/config_encoder.go
Calls
no outgoing calls
Tested by
no test coverage detected