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

Struct AstString

coderd/rbac/regosql/sqltypes/string.go:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5)
6
7type AstString struct {
8 Source RegoSource
9 Value string
10}
11
12func String(v string) Node {
13 return AstString{Value: v, Source: RegoSource(v)}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected