Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/freeCodeCamp/freeCodeCamp
/ Block
Interface
Block
api/src/utils/get-challenges.ts:27–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
interface
Block {
28
challenges: Challenge[];
29
}
30
31
type
SuperBlock = {
32
blocks: Record<string, Block>;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected