| 430 | } |
| 431 | |
| 432 | type ModuleObject struct { |
| 433 | Module dagql.ObjectResult[*Module] |
| 434 | |
| 435 | TypeDef *ObjectTypeDef |
| 436 | Fields map[string]any |
| 437 | } |
| 438 | |
| 439 | var _ dagql.HasDependencyResults = (*ModuleObject)(nil) |
| 440 |
nothing calls this directly
no outgoing calls
no test coverage detected