The Client metadata of the main client caller (i.e. the one who created the session, typically the CLI invoked by the user)
(context.Context)
| 75 | // The Client metadata of the main client caller (i.e. the one who created |
| 76 | // the session, typically the CLI invoked by the user) |
| 77 | MainClientCallerMetadata(context.Context) (*engine.ClientMetadata, error) |
| 78 | |
| 79 | // Metadata about the main client, aka "non-module parent client", aka "NMPC". |
| 80 | // |
no outgoing calls
no test coverage detected