()
| 822 | // Compiled generators are cached for efficiency and re-use when the same |
| 823 | // pipeline structure emerges after successive changes. |
| 824 | updateGenerator() { |
| 825 | this.generatorDirty = true; |
| 826 | } |
| 827 | |
| 828 | // This is called automatically by SparkRenderer and you should not have to |
| 829 | // call it. It updates parameters for the generated pipeline and calls |
no outgoing calls
no test coverage detected