MCPcopy Create free account
hub / github.com/cronitorio/cronitor-cli / invalidateCrontabCache

Function invalidateCrontabCache

cmd/dash.go:2905–2907  ·  view source on GitHub ↗

Helper function to invalidate crontab cache

()

Source from the content-addressed store, hash-verified

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

Callers 6

handleRunJobFunction · 0.85
handleKillInstancesFunction · 0.85
handleDeleteJobFunction · 0.85
handlePostJobFunction · 0.85
handlePutCrontabsFunction · 0.85
handlePutJobFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected