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

Method getScanCancelled

debug.go:214–218  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

212}
213
214func (a *App) getScanCancelled() bool {
215 a.mu.Lock()
216 defer a.mu.Unlock()
217 return a.ScanCancelled
218}
219
220func (a *App) binarySearch(primaryMods []string, groupMap map[string][]string, targetCount int) string {
221 current := make([]string, len(primaryMods))

Callers 2

runDebugScanMethod · 0.95
binarySearchMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected