MCPcopy Index your code
hub / github.com/AnswerOverflow/AnswerOverflow / fetch

Function fetch

packages/api/src/router/user-server-settings.ts:102–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

100 }
101 return protectedMutationFetchFirst({
102 fetch() {
103 return findServerById(input);
104 },
105 permissions: [
106 (server) => assertIsOnPlan(server, ['PRO', 'ENTERPRISE']),
107 () => assertIsAdminOrOwnerOfServer(ctx, input),

Callers 12

cachedFetchFunction · 0.85
uploadFileFromUrlFunction · 0.85
discordApiFetchFunction · 0.85
refreshAccessTokenFunction · 0.85
addDomainToVercelFunction · 0.85
getDomainResponseFunction · 0.85
getConfigResponseFunction · 0.85
verifyDomainFunction · 0.85
route.tsxFile · 0.85

Calls 1

findServerByIdFunction · 0.90

Tested by

no test coverage detected