* Codegen generates code for the module at the given source directory and subpath. The Code field of the returned GeneratedCode object should be the generated contents of the module sourceDirSubpath, in the case where that's different than the root of the sourceDir. The provided Module
( context.Context, // Current module dependencies. *SchemaBuilder, // Current instance of the module source. dagql.ObjectResult[*ModuleSource], )
| 116 | ``` |
| 117 | */ |
| 118 | Codegen( |
| 119 | context.Context, |
| 120 | |
| 121 | // Current module dependencies. |
no outgoing calls
no test coverage detected