(id string)
| 175 | } |
| 176 | |
| 177 | func normalizeFilesystemCacheID(id string) string { |
| 178 | id = strings.ReplaceAll(id, "\\", "/") |
| 179 | return strings.TrimLeft(id, "/") |
| 180 | } |
| 181 | |
| 182 | // Normalize returns the canonical source/kind form for this ref. |
| 183 | func (r RowRef) Normalize() RowRef { |
no outgoing calls
no test coverage detected