This is a cache warmup such that child process inherit from the loaded index.
(self, **kwargs)
| 148 | return license |
| 149 | |
| 150 | def setup(self, **kwargs): |
| 151 | """ |
| 152 | This is a cache warmup such that child process inherit from the |
| 153 | loaded index. |
| 154 | """ |
| 155 | if kwargs.get("package_only"): |
| 156 | return |
| 157 | |
| 158 | from licensedcode.cache import populate_cache |
| 159 | populate_cache() |
| 160 | |
| 161 | def get_scanner( |
| 162 | self, |
nothing calls this directly
no test coverage detected