Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
7
type
AstString
struct
{
8
Source RegoSource
9
Value string
10
}
11
12
func
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