(name string)
| 582 | } |
| 583 | |
| 584 | func (m *moduleDef) HasMainFunction(name string) bool { |
| 585 | return m.GetMainFunction(name) != nil |
| 586 | } |
| 587 | |
| 588 | // GetMainFunction returns a function from the main object. When entrypoint |
| 589 | // proxying is active, MainObject is Query and all Query fields — entrypoint |
no test coverage detected