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

Function updateApiKeyLastUsed

mcp/src/server/tenant-store.ts:157–159  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

155}
156
157export function updateApiKeyLastUsed(id: string): void {
158 return getTenantStore().updateApiKeyLastUsed(id);
159}
160
161// User-scoped sessions
162export function createSessionForUser(

Callers

nothing calls this directly

Calls 2

getTenantStoreFunction · 0.85
updateApiKeyLastUsedMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…