MCPcopy Create free account
hub / github.com/araddon/qlbridge / String

Method String

schema/schema.go:679–681  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

677 m.Context[key] = value
678}
679func (m *Field) String() string {
680 return fmt.Sprintf("%s type=%s", m.Name, value.ValueType(m.Type).String())
681}
682
683func NewDescribeFullHeaders() []*Field {
684 fields := make([]*Field, 9)

Callers

nothing calls this directly

Calls 2

ValueTypeTypeAlias · 0.92
StringMethod · 0.65

Tested by

no test coverage detected