MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / defaultApiKeyName

Function defaultApiKeyName

packages/react/src/pages/api-keys.tsx:56–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54};
55
56const defaultApiKeyName = (): string =>
57 `API key ${new Intl.DateTimeFormat(undefined, {
58 month: "short",
59 day: "numeric",
60 year: "numeric",
61 }).format(new Date())}`;
62
63export function ApiKeysPage() {
64 useExecutorDocumentTitle("API keys");

Callers 1

ApiKeysPageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected