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

Function deploymentSSHConfig

site/src/api/queries/deployment.ts:28–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26};
27
28export const deploymentSSHConfig = () => {
29 return {
30 ...disabledRefetchOptions,
31 queryKey: ["deployment", "sshConfig"],
32 queryFn: API.getDeploymentSSHConfig,
33 };
34};
35
36export const deploymentIdpSyncFieldValues = (field: string) => {
37 return {

Callers 2

AgentSSHButtonFunction · 0.90
AgentChatPageFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected