Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1057
func
(project *Project) Reload() {
1058
1059
if
project.Filepath !=
""
{
1060
OpenProjectFrom(project.Filepath)
1061
}
1062
1063
}
1064
1065
func
(project *Project) Destroy() {
1066
Callers
2
NewBrowserTab
Function · 0.80
ReloadPage
Method · 0.80
Calls
1
OpenProjectFrom
Function · 0.85
Tested by
no test coverage detected