PersistentCacheTaskIDByContent generates persistent cache task id by content.
(content string)
| 184 | |
| 185 | // PersistentCacheTaskIDByContent generates persistent cache task id by content. |
| 186 | func PersistentCacheTaskIDByContent(content string) string { |
| 187 | return pkgdigest.SHA256FromStrings(content) |
| 188 | } |
no outgoing calls