MCPcopy Index your code
hub / github.com/npmx-dev/npmx.dev / orgListUsers

Function orgListUsers

cli/src/npm-client.ts:531–534  ·  view source on GitHub ↗
(org: string)

Source from the content-addressed store, hash-verified

529// List functions (for reading data) - silent since they're not user-triggered operations
530
531export async function orgListUsers(org: string): Promise<NpmExecResult> {
532 validateOrgName(org)
533 return execNpm(['org', 'ls', org, '--json'], { silent: true })
534}
535
536export async function teamListTeams(org: string): Promise<NpmExecResult> {
537 validateOrgName(org)

Callers 1

createConnectorAppFunction · 0.90

Calls 2

execNpmFunction · 0.85
validateOrgNameFunction · 0.70

Tested by

no test coverage detected