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