Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mlco2/codecarbon
/ CreateProjectInput
Interface
CreateProjectInput
webapp/src/components/createProjectModal.tsx:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
interface CreateProjectInput {
26
name: string;
27
description: string;
28
}
29
30
const CreateProjectModal: React.FC<ModalProps> = ({
31
organizationId,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected