MCPcopy Create free account
hub / github.com/github/gh-aw / embeddedStructType

Function embeddedStructType

pkg/console/render.go:367–372  ·  view source on GitHub ↗
(t reflect.Type)

Source from the content-addressed store, hash-verified

365}
366
367func embeddedStructType(t reflect.Type) (reflect.Type, bool) {
368 for t.Kind() == reflect.Pointer {
369 t = t.Elem()
370 }
371 return t, t.Kind() == reflect.Struct
372}
373
374type tableField struct {
375 header string

Callers 1

collectTableFieldsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected