yatt-ai / yattie

A tool to help testers test.
GNU General Public License v3.0
59 stars 10 forks source link

dev: update storage service methods to pull from state where appropriate #180

Open dacoaster opened 2 months ago

dacoaster commented 2 months ago

Due to how the IPC methods were designed in the past, some accessor methods in the storage services try to pull from storage when they should just be pulling data from the store.

Each method should be investigated and updated to use the store where appropriate. These should also likely be moved if they aren’t unique per service.