Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
566
export
function
getProjectName(project: Project | undefined): string {
567
return
project?.name ??
'Pi'
568
}
Callers
3
createProjectFromPayload
Function · 0.90
project-actions.ts
File · 0.90
deriveControllerViewModel
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected