Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
1788
func
AllCorsBehaviorValues() []CorsBehavior {
1789
return
[]CorsBehavior{
1790
CorsBehaviorSimple,
1791
CorsBehaviorPassthru,
1792
}
1793
}
1794
1795
type
CredentialKind string
1796
Callers
2
postTemplateByOrganization
Method · 0.92
resolveTemplateMetaUpdate
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected