MCPcopy Create free account
hub / github.com/StackExchange/httpunit / indirect

Function indirect

_third_party/github.com/BurntSushi/toml/decode.go:459–473  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

unifyStructMethod · 0.85
unifyMapMethod · 0.85
unifySliceArrayMethod · 0.85
rvalueFunction · 0.85

Calls 1

TypeMethod · 0.80

Tested by

no test coverage detected