()
| 1020 | } |
| 1021 | |
| 1022 | func (obj *ModuleObject) isMainObject() bool { |
| 1023 | return gqlObjectName(obj.TypeDef.OriginalName) == gqlObjectName(obj.Module.Self().OriginalName) |
| 1024 | } |
| 1025 | |
| 1026 | func (obj *ModuleObject) installConstructor(ctx context.Context, dag *dagql.Server) error { |
| 1027 | objDef := obj.TypeDef |
no test coverage detected