(core:ChainImgProcessor, manifest:dict)
| 28 | return manifest |
| 29 | |
| 30 | def start_with_options(core:ChainImgProcessor, manifest:dict): |
| 31 | pass |
| 32 | |
| 33 | class PluginCodeformer(ChainImgPlugin): |
| 34 | def init_plugin(self): |
nothing calls this directly
no outgoing calls
no test coverage detected