MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / getCurrentConfig

Function getCurrentConfig

apps/web/services/accounts/discord.test.ts:22–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 };
21};
22const getCurrentConfig = () => ({
23 PUBLIC_REDIRECT_URI: v4(),
24 PUBLIC_CLIENT_ID: v4(),
25 PRIVATE_TOKEN: v4(),
26 PRIVATE_CLIENT_SECRET: v4(),
27 PRIVATE_SCOPE: v4(),
28 scope: [],
29 permissions: v4(),
30});
31
32describe('newDiscordIntegration', () => {
33 const store = {

Callers 2

getDiscordAccessTokenFunction · 0.90
newDiscordIntegrationFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected