MCPcopy
hub / github.com/npmx-dev/npmx.dev / getOrgUsers

Method getOrgUsers

cli/src/mock-state.ts:139–142  ·  view source on GitHub ↗
(org: string)

Source from the content-addressed store, hash-verified

137 }
138
139 getOrgUsers(org: string): Record<string, OrgRole> | null {
140 const normalizedOrg = org.startsWith('@') ? org : `@${org}`
141 return this.state.orgs[normalizedOrg]?.users ?? null
142 }
143
144 getOrgTeams(org: string): string[] | null {
145 const normalizedOrg = org.startsWith('@') ? org : `@${org}`

Callers 1

createMockConnectorAppFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected