Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
121
export
function
getBlockStructureDir() {
122
return
BLOCK_STRUCTURE_DIR;
123
}
124
125
export
type
ChallengeFile = {
126
contents: string;
Callers
1
parseCurriculumStructure
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected