SHA-256 the task id and return the first 8 hex characters. Matches the TypeScript implementation: ```js crypto.createHash("sha256").update(taskId).digest("hex").slice(0, 8) ```
(task_id: &str)
source not stored for this graph (policy: none)
no test coverage detected
searching dependent graphs…