| 194 | } |
| 195 | |
| 196 | String getMapKeyPrefix(const String & column) |
| 197 | { |
| 198 | return getMapSeparator() + column + getMapSeparator(); |
| 199 | } |
| 200 | |
| 201 | String parseMapNameFromImplicitFileName(const String & implicit_file_name) |
| 202 | { |
no outgoing calls
no test coverage detected