| 175 | } |
| 176 | |
| 177 | skr::String SCookContextImpl::GetAssetPath() const |
| 178 | { |
| 179 | return record->path.u8string().c_str(); |
| 180 | } |
| 181 | |
| 182 | skr::filesystem::path SCookContextImpl::AddFileDependency(const skr::filesystem::path &inPath) |
| 183 | { |
no test coverage detected