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

FuncType DecodeHookFuncType

mapstructure.go:189–189  ·  view source on GitHub ↗

DecodeHookFuncType is a DecodeHookFunc which has complete information about the source and target types.

func(reflect.Type, reflect.Type, interface{}) (interface{}, error)

Source from the content-addressed store, hash-verified

187// DecodeHookFuncType is a DecodeHookFunc which has complete information about
188// the source and target types.
189type DecodeHookFuncType func(reflect.Type, reflect.Type, interface{}) (interface{}, error)
190
191// DecodeHookFuncKind is a DecodeHookFunc which knows only the Kinds of the
192// source and target types.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…