(context: InclusionContext)
| 89 | } |
| 90 | |
| 91 | includeNode(context: InclusionContext) { |
| 92 | this.included = true; |
| 93 | this.protoProp?.includePath(UNKNOWN_PATH, context); |
| 94 | } |
| 95 | |
| 96 | includePath(path: ObjectPath, context: InclusionContext) { |
| 97 | if (!this.included) this.includeNode(context); |
no test coverage detected