MCPcopy Create free account
hub / github.com/SplootCode/splootcode / newProject

Function newProject

src/pages/user_home.tsx:88–93  ·  view source on GitHub ↗
(clonedFrom?: Project)

Source from the content-addressed store, hash-verified

86 }, [])
87
88 const newProject = (clonedFrom?: Project) => {
89 setSaveProjectModalState({
90 open: true,
91 clonedFrom: clonedFrom || null,
92 })
93 }
94
95 const menuItems: MainMenuItem[] = [
96 {

Callers 1

UserHomePageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected