MCPcopy Create free account
hub / github.com/coder/guts / ArrayType

Struct ArrayType

bindings/expressions.go:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90type ArrayType struct {
91 Node ExpressionType
92}
93
94func (*ArrayType) isNode() {}
95func (*ArrayType) isExpressionType() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected