MCPcopy Create free account
hub / github.com/freeCodeCamp/freeCodeCamp / buildCertification

Function buildCertification

curriculum/src/build-certification.ts:13–19  ·  view source on GitHub ↗
(
  filePath: string
)

Source from the content-addressed store, hash-verified

11}
12
13export const buildCertification = (
14 filePath: string
15): {
16 challenges: CertificationChallenge[];
17} => ({
18 challenges: [load(readFileSync(filePath, 'utf8')) as CertificationChallenge]
19});

Callers 3

buildCurriculumFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected