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

Function shouldLoadWorkspaceModules

cmd/dagger/function_name.go:18–20  ·  view source on GitHub ↗
(disableModuleLoad bool)

Source from the content-addressed store, hash-verified

16}
17
18func shouldLoadWorkspaceModules(disableModuleLoad bool) bool {
19 return !disableModuleLoad && !moduleNoURL
20}
21
22func functionName(args []string) string {
23 if len(args) == 0 {

Callers 2

initModuleParamsFunction · 0.85
CommandMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected