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

Method Reload

project.go:1057–1063  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1055}
1056
1057func (project *Project) Reload() {
1058
1059 if project.Filepath != "" {
1060 OpenProjectFrom(project.Filepath)
1061 }
1062
1063}
1064
1065func (project *Project) Destroy() {
1066

Callers 2

NewBrowserTabFunction · 0.80
ReloadPageMethod · 0.80

Calls 1

OpenProjectFromFunction · 0.85

Tested by

no test coverage detected