MCPcopy Create free account
hub / github.com/nhost/nhost / TypeArray

Struct TypeArray

tools/codegen/processor/types.go:152–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152type TypeArray struct {
153 schema *base.SchemaProxy
154 Item Type
155 p Plugin
156}
157
158func (t *TypeArray) Name() string {
159 return t.p.TypeArrayName(t)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected