Closed markccchiang closed 1 year ago
Package | Line Rate | Health |
---|---|---|
src.Cache | 68% | ➖ |
src.DataStream | 52% | ➖ |
src.FileList | 67% | ➖ |
src.Frame | 50% | ➖ |
src.HttpServer | 42% | ➖ |
src.ImageData | 28% | ❌ |
src.ImageFitter | 83% | ✔ |
src.ImageGenerators | 43% | ➖ |
src.ImageStats | 76% | ✔ |
src.Logger | 38% | ➖ |
src.Main | 52% | ➖ |
src.Region | 18% | ❌ |
src.Session | 29% | ❌ |
src.Table | 52% | ➖ |
src.ThreadingManager | 87% | ✔ |
src.Timer | 85% | ✔ |
src.Util | 48% | ➖ |
Summary | 38% (7090 / 18731) | ❌ |
Description
What is implemented or fixed? Mention the linked issue(s), if any. Closes #1021.
How does this PR solve the issue? Give a brief summary. Moving the
LoaderCache
class to separate files in theCache
subdirectory.Are there any companion PRs (frontend, protobuf)? No.
Is there anything else that testers should know (e.g. exactly how to reproduce the issue)? All tests are not affected.
Checklist