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

Method UsingSubfield

coderd/rbac/regosql/acl_mapping_var.go:57–60  ·  view source on GitHub ↗
(subfield string)

Source from the content-addressed store, hash-verified

55}
56
57func (g ACLMappingVar) UsingSubfield(subfield string) ACLMappingVar {
58 g.Subfield = subfield
59 return g
60}
61
62func (ACLMappingVar) UseAs() sqltypes.Node { return ACLMappingVar{} }
63

Callers 2

WorkspaceConverterFunction · 0.80
ChatConverterFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected