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

Method Value

coderd/database/types.go:59–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57}
58
59func (a *Actions) Value() (driver.Value, error) {
60 return json.Marshal(a)
61}
62
63// TemplateACL is a map of ids to permissions.
64type TemplateACL map[string][]policy.Action

Calls 1

MarshalMethod · 0.45

Tested by 15

TestSessionExpiryFunction · 0.36
TestAPIKey_SetDefaultFunction · 0.36
TestDeploymentValuesFunction · 0.36
TestPendingUpdatesMetricFunction · 0.36
TestBackpressureFunction · 0.36
TestSMTPFunction · 0.36
TestAcquireJobFunction · 0.36