(project *ProjectMessage)
| 324 | } |
| 325 | |
| 326 | func (s *Store) storeProjectCache(project *ProjectMessage) { |
| 327 | s.projectCache.Add(project.ResourceID, project) |
| 328 | } |
| 329 | |
| 330 | func (s *Store) removeProjectCache(resourceID string) { |
| 331 | s.projectCache.Remove(resourceID) |
no outgoing calls
no test coverage detected