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

Function moduleLoadJobName

engine/server/session_workspaces.go:959–965  ·  view source on GitHub ↗
(load moduleLoadRequest)

Source from the content-addressed store, hash-verified

957}
958
959func moduleLoadJobName(load moduleLoadRequest) string {
960 prefix := "load module: "
961 if load.extra {
962 prefix = "load extra module: "
963 }
964 return prefix + moduleProgressName(load.mod)
965}
966
967func moduleLoadErr(load moduleLoadRequest, err error) error {
968 prefix := "loading module"

Callers 1

ensureModulesLoadedMethod · 0.85

Calls 1

moduleProgressNameFunction · 0.85

Tested by

no test coverage detected