(public string)
| 135 | } |
| 136 | |
| 137 | func (m *MemKeyPairStorage) IsValid(public string) error { |
| 138 | _, err := m.GetKeyFromPublic(public) |
| 139 | return err |
| 140 | } |
| 141 | |
| 142 | // CachedStorage caches the requests that are going to backend and tries to |
| 143 | // lower the load on the backend |
nothing calls this directly
no test coverage detected