HasModule checks if a module's definitions are loaded
()
| 560 | |
| 561 | // HasModule checks if a module's definitions are loaded |
| 562 | func (m *moduleDef) HasModule() bool { |
| 563 | return m.Name != "" |
| 564 | } |
| 565 | |
| 566 | // ModuleConstructor returns the constructor function for the module's |
| 567 | // named main object. This is the module-specific constructor (e.g. |
no outgoing calls
no test coverage detected