(isLocal bool, moduleDir string)
| 426 | } |
| 427 | |
| 428 | func legacyCallerModuleDir(isLocal bool, moduleDir string) string { |
| 429 | if !isLocal || moduleDir == "" { |
| 430 | return "" |
| 431 | } |
| 432 | return moduleDir |
| 433 | } |
| 434 | |
| 435 | // detectAndLoadWorkspaceWithRootfs is the unified core of workspace detection |
| 436 | // and module gathering. It detects the current workspace root, applies legacy |
no outgoing calls
no test coverage detected