MCPcopy Index your code
hub / github.com/livebud/bud / ArrayType

Struct ArrayType

package/parser/type.go:409–412  ·  view source on GitHub ↗

ArrayType struct

Source from the content-addressed store, hash-verified

407
408// ArrayType struct
409type ArrayType struct {
410 f filer
411 n *ast.ArrayType
412}
413
414// Inner type
415func (t *ArrayType) Inner() Type {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected