MCPcopy Index your code
hub / github.com/coder/coder / ASTArray

Struct ASTArray

coderd/rbac/regosql/sqltypes/array.go:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type ASTArray struct {
12 Source RegoSource
13 Value []Node
14}
15
16// Array is typed to whatever the first element is. If there is not first
17// element, the array element type is invalid.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected