MCPcopy 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
12func String(v string) Node {
13 return AstString{Value: v, Source: RegoSource(v)}
14}
15
16func (AstString) UseAs() Node { return AstString{} }
17

Callers 4

ConvertVariableMethod · 0.92
convertTermFunction · 0.92
TestEqualityFunction · 0.92
TestMembershipFunction · 0.92

Calls 1

RegoSourceTypeAlias · 0.85

Tested by 2

TestEqualityFunction · 0.74
TestMembershipFunction · 0.74