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

Function getJavaScriptAlgoPath

client/config/cert-and-project-map.ts:979–981  ·  view source on GitHub ↗
(project: string)

Source from the content-addressed store, hash-verified

977}
978
979function getJavaScriptAlgoPath(project: string) {
980 return `${jsAlgo22Base}/${project}-project/${project}`;
981}
982
983type FilteredCert<T, U> = T extends { certSlug: U } ? T : never;
984

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected