ClearCurrentRepoSlugCache clears the current repository slug cache. This is useful for testing when repository context might have changed.
()
| 7 | // ClearCurrentRepoSlugCache clears the current repository slug cache. |
| 8 | // This is useful for testing when repository context might have changed. |
| 9 | func ClearCurrentRepoSlugCache() { |
| 10 | currentRepoSlugCache = syncutil.OnceLoader[string]{} |
| 11 | } |
no outgoing calls
no test coverage detected