(orgId: string)
| 130 | } |
| 131 | |
| 132 | export function getUsersByOrg(orgId: string): User[] { |
| 133 | return getTenantStore().getUsersByOrg(orgId); |
| 134 | } |
| 135 | |
| 136 | // API Keys |
| 137 | export function createApiKey( |
nothing calls this directly
no test coverage detected
searching dependent graphs…