Metadata about the main client, aka "non-module parent client", aka "NMPC". The NMPC is the nearest ancestor client that is not a module. It is either a caller from the host like the CLI or a nested exec. Useful for figuring out where local sources should be resolved from through chains of dependen
(context.Context)
| 83 | // Useful for figuring out where local sources should be resolved from through |
| 84 | // chains of dependency modules. |
| 85 | NonModuleParentClientMetadata(context.Context) (*engine.ClientMetadata, error) |
| 86 | |
| 87 | // The cached workspace result from ensureWorkspaceLoaded. |
| 88 | CurrentWorkspace(context.Context) (*Workspace, error) |
no outgoing calls
no test coverage detected