MCPcopy Create free account
hub / github.com/api-platform/website / getContributors

Function getContributors

pwa/api/contributors.ts:67–70  ·  view source on GitHub ↗
(start: number, count: number)

Source from the content-addressed store, hash-verified

65}
66
67export function getContributors(start: number, count: number) {
68 const allContributors = getAllContributors();
69 return [...allContributors].slice(start, count);
70}

Callers 2

PageFunction · 0.90
generateStaticParamsFunction · 0.90

Calls 1

getAllContributorsFunction · 0.70

Tested by

no test coverage detected