(path: ObjectPath, context: InclusionContext)
| 34 | } |
| 35 | |
| 36 | includePath(path: ObjectPath, context: InclusionContext): void { |
| 37 | super.includePath(path, context); |
| 38 | this.module.used = true; |
| 39 | } |
| 40 | } |
nothing calls this directly
no test coverage detected