* RequiredClientGenerationFiles returns the list of files that are required from the host to generate the client. Note: this function is optional and may not be implemented by the SDK. It's only useful if the client generator needs files from the host while generating the client. This
(ctx context.Context)
| 38 | ```` |
| 39 | */ |
| 40 | RequiredClientGenerationFiles(ctx context.Context) (dagql.Array[dagql.String], error) |
| 41 | |
| 42 | /* |
| 43 | Generate client binding for the module and its dependencies at the given |
no outgoing calls
no test coverage detected