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

Function getWorkspaceSharingSettingsKey

site/src/api/queries/organizations.ts:255–259  ·  view source on GitHub ↗
(organization: string)

Source from the content-addressed store, hash-verified

253};
254
255export const getWorkspaceSharingSettingsKey = (organization: string) => [
256 "organization",
257 organization,
258 "workspaceSharingSettings",
259];
260
261export const workspaceSharingSettings = (organization: string) => {
262 return {

Calls

no outgoing calls

Tested by

no test coverage detected