MCPcopy Create free account
hub / github.com/Mrinank-Bhowmick/python-beginner-projects / getProject

Function getProject

web/src/lib/data.ts:75–77  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

73 "https://github.com/Mrinank-Bhowmick/python-beginner-projects";
74
75export function getProject(id: string): Project | undefined {
76 return PROJECTS.find((p) => p.id === id);
77}
78
79/** GitHub URL of a project's source folder in the repo. */
80export function projectFolderUrl(p: Project): string {

Callers 1

HomeFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected