| 1438 | } |
| 1439 | |
| 1440 | String Context::getUserScriptsPath() const |
| 1441 | { |
| 1442 | SharedLockGuard lock(shared->mutex); |
| 1443 | return shared->user_scripts_path; |
| 1444 | } |
| 1445 | |
| 1446 | String Context::getFilesystemCachesPath() const |
| 1447 | { |
no outgoing calls
no test coverage detected