(name string)
| 1095 | } |
| 1096 | |
| 1097 | func (b *indexBuilder) Remove(name string) { |
| 1098 | delete(b.entries, filepath.ToSlash(name)) |
| 1099 | } |
| 1100 | |
| 1101 | // buildFilePathMap creates a map of cleaned file paths for efficient lookup. |
| 1102 | // Returns nil if the input slice is empty. |
no outgoing calls