(path: ObjectPath, context: InclusionContext)
| 94 | } |
| 95 | |
| 96 | includePath(path: ObjectPath, context: InclusionContext) { |
| 97 | if (!this.included) this.includeNode(context); |
| 98 | this.getObjectEntity().includePath(path, context); |
| 99 | } |
| 100 | |
| 101 | render( |
| 102 | code: MagicString, |
nothing calls this directly
no test coverage detected