MCPcopy 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
237func (a *App) markModified() {
238 a.mu.Lock()
239 defer a.mu.Unlock()
240 a.ProjectModified = true
241}
242
243func (a *App) SaveProject() error {
244 a.mu.Lock()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected