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

Function templateVersionExternalAuthKey

site/src/api/queries/templates.ts:209–213  ·  view source on GitHub ↗
(versionId: string)

Source from the content-addressed store, hash-verified

207};
208
209const templateVersionExternalAuthKey = (versionId: string) => [
210 templateVersionRoot,
211 versionId,
212 "externalAuth",
213];
214
215export const templateVersionExternalAuth = (versionId: string) => {
216 return {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected