(id: string)
| 155 | } |
| 156 | |
| 157 | export function updateApiKeyLastUsed(id: string): void { |
| 158 | return getTenantStore().updateApiKeyLastUsed(id); |
| 159 | } |
| 160 | |
| 161 | // User-scoped sessions |
| 162 | export function createSessionForUser( |
nothing calls this directly
no test coverage detected
searching dependent graphs…