Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
67
export
function
getContributors(start: number, count: number) {
68
const
allContributors = getAllContributors();
69
return
[...allContributors].slice(start, count);
70
}
Callers
2
Page
Function · 0.90
generateStaticParams
Function · 0.90
Calls
1
getAllContributors
Function · 0.70
Tested by
no test coverage detected