MCPcopy Index your code
hub / github.com/QwikDev/qwik / createApiJsonData

Function createApiJsonData

scripts/api-docs.ts:302–307  ·  view source on GitHub ↗
(apiData: ApiData)

Source from the content-addressed store, hash-verified

300}
301
302function createApiJsonData(apiData: ApiData) {
303 return {
304 ...apiData,
305 members: apiData.members.map(({ anchorId, ...member }) => member),
306 };
307}
308
309function getMemberNameCounts(members: Pick<ApiMember, 'name'>[]) {
310 return members.reduce((acc: Record<string, number>, m) => {

Callers 1

createApiDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…