MCPcopy Create free account
hub / github.com/SolarLune/masterplan / AddPage

Method AddPage

project.go:108–112  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106}
107
108func (project *Project) AddPage() *Page {
109 page := NewPage(project)
110 project.Pages = append(project.Pages, page)
111 return page
112}
113
114func (project *Project) RemovePage(page *Page) {
115

Callers 2

NewProjectFunction · 0.95
OpenProjectFromFunction · 0.95

Calls 1

NewPageFunction · 0.85

Tested by

no test coverage detected