| 142 | } |
| 143 | |
| 144 | StringBox Path::toStringBox() const { |
| 145 | return StringCache::getGlobal().makeString(toString()); |
| 146 | } |
| 147 | |
| 148 | std::string Path::getFirstComponent() const { |
| 149 | if (_components.empty()) { |
nothing calls this directly
no test coverage detected