MCPcopy Create free account
hub / github.com/Claw-AI-Lab/Claw-AI-Lab / removeReferenceFile

Function removeReferenceFile

frontend/src/components/ProjectPanel.tsx:107–109  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

105 <div className="project-panel-header" onClick={() => setPanelOpen(!panelOpen)}>
106 <h3>
107 <span className="panel-icon">📋</span> {t('project.title')}
108 {projects.length > 0 && <span className="project-count">{projects.length}</span>}
109 {running > 0 && <span className="project-count running-count">{t('project.count_running', { n: running })}</span>}
110 {interrupted > 0 && <span className="project-count interrupted-count">{t('project.count_interrupted', { n: interrupted })}</span>}
111 </h3>
112 <span className="expand-arrow">{panelOpen ? '▾' : '▸'}</span>

Callers 1

ProjectPanelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected