MCPcopy Create free account
hub / github.com/codemod/codemod / compute_task_signature

Function compute_task_signature

crates/core/src/git_ops.rs:60–69  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

Calls 1

updateMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…