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

Function AllCorsBehaviorValues

coderd/database/models.go:1788–1793  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1786}
1787
1788func AllCorsBehaviorValues() []CorsBehavior {
1789 return []CorsBehavior{
1790 CorsBehaviorSimple,
1791 CorsBehaviorPassthru,
1792 }
1793}
1794
1795type CredentialKind string
1796

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected