| 891 | } |
| 892 | |
| 893 | type daemonMemoryProviderService struct { |
| 894 | registry *extensionpkg.MemoryProviderRegistry |
| 895 | } |
| 896 | |
| 897 | func (s daemonMemoryProviderService) List( |
| 898 | ctx context.Context, |
nothing calls this directly
no outgoing calls
no test coverage detected