MCPcopy
hub / github.com/mitchellh/mapstructure / DecodeHookFuncValue

FuncType DecodeHookFuncValue

mapstructure.go:197–197  ·  mapstructure.go::DecodeHookFuncValue

DecodeHookFuncValue is a DecodeHookFunc which has complete access to both the source and target values.

func(from reflect.Value, to reflect.Value) (interface{}, error)

Source from the content-addressed store, hash-verified

195// DecodeHookFuncValue is a DecodeHookFunc which has complete access to both the source and target
196// values.
197type DecodeHookFuncValue func(from reflect.Value, to reflect.Value) (interface{}, error)
198
199// DecoderConfig is the configuration that is used to create a new decoder
200// and allows customization of various aspects of decoding.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected