MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / getTaskIdPrefix

Function getTaskIdPrefix

src/Task.ts:90–92  ·  view source on GitHub ↗
(type: TaskType)

Source from the content-addressed store, hash-verified

88
89// Get task ID prefix
90function getTaskIdPrefix(type: TaskType): string {
91 return TASK_ID_PREFIXES[type] ?? 'x'
92}
93
94// Case-insensitive-safe alphabet (digits + lowercase) for task IDs.
95// 36^8 ≈ 2.8 trillion combinations, sufficient to resist brute-force symlink attacks.

Callers 1

generateTaskIdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected