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

Method GoUpFromSubpage

project.go:1632–1638  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1630}
1631
1632func (project *Project) GoUpFromSubpage() {
1633
1634 if project.CurrentPage.UpwardPage != nil {
1635 project.SetPage(project.CurrentPage.UpwardPage)
1636 }
1637
1638}
1639
1640func (project *Project) SetPage(page *Page) {
1641

Callers 2

GlobalShortcutsMethod · 0.95
ConstructMenusFunction · 0.80

Calls 1

SetPageMethod · 0.95

Tested by

no test coverage detected