Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
export
const
generateApiKey = (payload) => {
25
return
API.generateApiKey(payload);
26
};
27
28
export
const
revokeApiKey = (payload) => {
29
return
API.revokeApiKey(payload);
Callers
2
onGenerateKey
Function · 0.90
UserUtils.test.js
File · 0.90
Calls
1
generateApiKey
Method · 0.80
Tested by
no test coverage detected