MCPcopy
hub / github.com/benjitaylor/agentation / getUsersByOrg

Function getUsersByOrg

mcp/src/server/tenant-store.ts:132–134  ·  view source on GitHub ↗
(orgId: string)

Source from the content-addressed store, hash-verified

130}
131
132export function getUsersByOrg(orgId: string): User[] {
133 return getTenantStore().getUsersByOrg(orgId);
134}
135
136// API Keys
137export function createApiKey(

Callers

nothing calls this directly

Calls 2

getTenantStoreFunction · 0.85
getUsersByOrgMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…