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

Function moduleProgressName

engine/server/session_workspaces.go:949–957  ·  view source on GitHub ↗
(mod pendingModule)

Source from the content-addressed store, hash-verified

947}
948
949func moduleProgressName(mod pendingModule) string {
950 if mod.Name != "" {
951 return mod.Name
952 }
953 if mod.Ref != "" {
954 return mod.Ref
955 }
956 return "<unknown>"
957}
958
959func moduleLoadJobName(load moduleLoadRequest) string {
960 prefix := "load module: "

Callers 1

moduleLoadJobNameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected