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

Function defaultKeyName

packages/react/src/pages/api-keys.tsx:65–70  ·  view source on GitHub ↗
(kind: string)

Source from the content-addressed store, hash-verified

63};
64
65const defaultKeyName = (kind: string): string =>
66 `${kind} ${new Intl.DateTimeFormat(undefined, {
67 month: "short",
68 day: "numeric",
69 year: "numeric",
70 }).format(new Date())}`;
71
72/** The shared list markup — both key sections render the same columns. */
73function KeyTable(props: {

Callers 2

ApiKeysPageFunction · 0.85
OrgApiKeysSectionBodyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected