MCPcopy Create free account
hub / github.com/dagger/dagger / moduleResolveParallelism

Function moduleResolveParallelism

engine/server/session_workspaces.go:939–947  ·  view source on GitHub ↗
(moduleCount int)

Source from the content-addressed store, hash-verified

937}
938
939func moduleResolveParallelism(moduleCount int) int {
940 if moduleCount <= 1 {
941 return 1
942 }
943 if moduleCount > maxParallelModuleResolves {
944 return maxParallelModuleResolves
945 }
946 return moduleCount
947}
948
949func moduleProgressName(mod pendingModule) string {
950 if mod.Name != "" {

Callers 2

ensureModulesLoadedMethod · 0.85

Calls

no outgoing calls

Tested by 1