(path: ObjectPath, context: InclusionContext)
| 100 | } |
| 101 | |
| 102 | includePath(path: ObjectPath, context: InclusionContext): void { |
| 103 | super.includePath(path, context); |
| 104 | this.includeMemberPath(path, context); |
| 105 | } |
| 106 | |
| 107 | includeMemberPath(path: ObjectPath, context: InclusionContext): void { |
| 108 | if (path.length > 0) { |
nothing calls this directly
no test coverage detected