MCPcopy
hub / github.com/pquerna/ffjson / handleField

Function handleField

inception/decoder.go:63–65  ·  view source on GitHub ↗
(ic *Inception, name string, typ reflect.Type, ptr bool, quoted bool)

Source from the content-addressed store, hash-verified

61}
62
63func handleField(ic *Inception, name string, typ reflect.Type, ptr bool, quoted bool) string {
64 return handleFieldAddr(ic, name, false, typ, ptr, quoted)
65}
66
67func handleFieldAddr(ic *Inception, name string, takeAddr bool, typ reflect.Type, ptr bool, quoted bool) string {
68 out := fmt.Sprintf("/* handler: %s type=%v kind=%v quoted=%t*/\n", name, typ, typ.Kind(), quoted)

Callers

nothing calls this directly

Calls 1

handleFieldAddrFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…