MCPcopy Create free account
hub / github.com/Dispatcharr/Dispatcharr / generateApiKey

Function generateApiKey

frontend/src/utils/forms/UserUtils.js:24–26  ·  view source on GitHub ↗
(payload)

Source from the content-addressed store, hash-verified

22};
23
24export const generateApiKey = (payload) => {
25 return API.generateApiKey(payload);
26};
27
28export const revokeApiKey = (payload) => {
29 return API.revokeApiKey(payload);

Callers 2

onGenerateKeyFunction · 0.90
UserUtils.test.jsFile · 0.90

Calls 1

generateApiKeyMethod · 0.80

Tested by

no test coverage detected