Helper function to invalidate crontab cache
()
| 2903 | |
| 2904 | // Helper function to invalidate crontab cache |
| 2905 | func invalidateCrontabCache() { |
| 2906 | // No-op: Crontab file cache has been removed |
| 2907 | } |
| 2908 | |
| 2909 | // Helper function to invalidate process cache |
| 2910 | func invalidateProcessCache() { |
no outgoing calls
no test coverage detected