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

Method getTeamUsers

cli/src/mock-state.ts:149–154  ·  view source on GitHub ↗
(scope: string, team: string)

Source from the content-addressed store, hash-verified

147 }
148
149 getTeamUsers(scope: string, team: string): string[] | null {
150 const normalizedScope = scope.startsWith('@') ? scope : `@${scope}`
151 const org = this.state.orgs[normalizedScope]
152 if (!org) return null
153 return org.teamMembers[team] ?? null
154 }
155
156 // -- Package data --
157

Callers 1

createMockConnectorAppFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected