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

Struct ArrayLiteralType

bindings/expressions.go:103–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103type ArrayLiteralType struct {
104 Elements []ExpressionType
105}
106
107func (*ArrayLiteralType) isNode() {}
108func (*ArrayLiteralType) isExpressionType() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected