MCPcopy Index your code
hub / github.com/freeCodeCamp/freeCodeCamp / getSuperblockStructurePath

Function getSuperblockStructurePath

curriculum/src/file-handler.ts:232–234  ·  view source on GitHub ↗
(superblockFilename: string)

Source from the content-addressed store, hash-verified

230}
231
232export function getSuperblockStructurePath(superblockFilename: string) {
233 return resolve(STRUCTURE_DIR, 'superblocks', `${superblockFilename}.json`);
234}
235
236/**
237 * Gets language-specific configuration paths for curriculum content

Callers 2

writeSuperblockStructureFunction · 0.85
getSuperblockStructureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected