Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/spf13/viper
/ codec
Struct
codec
encoding_test.go:10–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
)
9
10
type
codec
struct
{}
11
12
func
(codec) Encode(_
map
[string]any) ([]byte, error) {
13
return
nil, nil
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected