indirect returns the value pointed to by a pointer. Pointers are followed until the value is not a pointer. New values are allocated for each nil pointer. An exception to this rule is if the value satisfies an interface of interest to us (like encoding.TextUnmarshaler).
(v reflect.Value)
source not stored for this graph (policy: none)
no test coverage detected