(id contextdir)
| 27 | } |
| 28 | |
| 29 | func (s *metadataStore) contextDir(id contextdir) string { |
| 30 | return filepath.Join(s.root, string(id)) |
| 31 | } |
| 32 | |
| 33 | func (s *metadataStore) createOrUpdate(meta Metadata) error { |
| 34 | contextDir := s.contextDir(contextdirOf(meta.Name)) |
no outgoing calls
no test coverage detected