(attr string)
| 261 | } |
| 262 | |
| 263 | func (dm *dedicatedColumnMapping) get(attr string) (dedicatedColumn, bool) { |
| 264 | col, ok := dm.mapping[attr] |
| 265 | return col, ok |
| 266 | } |
| 267 | |
| 268 | func (dm *dedicatedColumnMapping) usesPath(path string) bool { |
| 269 | for _, col := range dm.mapping { |
no outgoing calls
no test coverage detected