Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
90
type
ArrayType
struct
{
91
Node ExpressionType
92
}
93
94
func
(*ArrayType) isNode() {}
95
func
(*ArrayType) isExpressionType() {}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected