Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/spf13/viper
/ Decode
Method
Decode
encoding.go:23–23 ·
view source on GitHub ↗
(b []byte, v map[string]any)
Source
from the content-addressed store, hash-verified
21
// It's primarily used for decoding contents of a file into a map[string]any.
22
type
Decoder
interface
{
23
Decode(b []byte, v
map
[string]any) error
24
}
25
26
// Codec combines [Encoder] and [Decoder] interfaces.
Callers
2
decode
Function · 0.95
unmarshalReader
Method · 0.65
Implementers
5
codec
encoding_test.go
Codec
internal/encoding/dotenv/codec.go
Codec
internal/encoding/toml/codec.go
Codec
internal/encoding/yaml/codec.go
Codec
internal/encoding/json/codec.go
Calls
no outgoing calls
Tested by
no test coverage detected