Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WendellCraft/ModpackDebuggerKit
/ markModified
Method
markModified
app.go:237–241 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
235
}
236
237
func
(a *App) markModified() {
238
a.mu.Lock()
239
defer
a.mu.Unlock()
240
a.ProjectModified = true
241
}
242
243
func
(a *App) SaveProject() error {
244
a.mu.Lock()
Callers
1
DeleteSelectedHangingLibs
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected