Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
103
type
ArrayLiteralType
struct
{
104
Elements []ExpressionType
105
}
106
107
func
(*ArrayLiteralType) isNode() {}
108
func
(*ArrayLiteralType) isExpressionType() {}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected