| 84 | } |
| 85 | |
| 86 | String AssetPath::addDirectives(String const& path, String const& directives) { |
| 87 | return String::joinWith("?", path, directives); |
| 88 | } |
| 89 | |
| 90 | String AssetPath::removeDirectives(String const& path) { |
| 91 | size_t firstDirective = path.find('?'); |
no outgoing calls
no test coverage detected