Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ String
Function
String
coderd/rbac/regosql/sqltypes/string.go:12–14 ·
view source on GitHub ↗
(v string)
Source
from the content-addressed store, hash-verified
10
}
11
12
func
String(v string) Node {
13
return
AstString{Value: v, Source: RegoSource(v)}
14
}
15
16
func
(AstString) UseAs() Node {
return
AstString{} }
17
Callers
4
ConvertVariable
Method · 0.92
convertTerm
Function · 0.92
TestEquality
Function · 0.92
TestMembership
Function · 0.92
Calls
1
RegoSource
TypeAlias · 0.85
Tested by
2
TestEquality
Function · 0.74
TestMembership
Function · 0.74