MCPcopy Create free account
hub / github.com/IgorWarzocha/howcode / getProjectName

Function getProjectName

src/app/state/workspace.ts:566–568  ·  view source on GitHub ↗
(project: Project | undefined)

Source from the content-addressed store, hash-verified

564}
565
566export function getProjectName(project: Project | undefined): string {
567 return project?.name ?? 'Pi'
568}

Callers 3

createProjectFromPayloadFunction · 0.90
project-actions.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected