()
| 829 | |
| 830 | class DeEmbedBlockClass extends Block { |
| 831 | constructor() { |
| 832 | super(); |
| 833 | this.name = "deembed"; |
| 834 | } |
| 835 | |
| 836 | getPipeline() { |
| 837 | const pipelineCacheKey = this.name; // No param optimization. |
nothing calls this directly
no outgoing calls
no test coverage detected