MCPcopy Create free account
hub / github.com/WendellCraft/ModpackDebuggerKit / DeleteAllDependencies

Method DeleteAllDependencies

app.go:650–657  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

648}
649
650func (a *App) DeleteAllDependencies() {
651 a.mu.Lock()
652 a.ProjectData.Dependencies = make(map[string][]string)
653 a.ProjectModified = true
654 a.mu.Unlock()
655 a.emitLog("All dependencies deleted", LogWarning)
656 a.updateHangingLibraries()
657}
658
659// --- Modrinth Sync ---
660

Callers

nothing calls this directly

Calls 2

emitLogMethod · 0.95

Tested by

no test coverage detected