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

Function getBlockStructureDir

curriculum/src/file-handler.ts:121–123  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119}
120
121export function getBlockStructureDir() {
122 return BLOCK_STRUCTURE_DIR;
123}
124
125export type ChallengeFile = {
126 contents: string;

Callers 1

parseCurriculumStructureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected