MCPcopy Create free account
hub / github.com/claude-code-best/claude-code / getTaskStateSnapshotKey

Function getTaskStateSnapshotKey

src/utils/taskStateMessage.ts:56–61  ·  view source on GitHub ↗
(
  taskListId: string,
  tasks: Task[],
)

Source from the content-addressed store, hash-verified

54}
55
56export function getTaskStateSnapshotKey(
57 taskListId: string,
58 tasks: Task[],
59): string {
60 return JSON.stringify(buildTaskStateSnapshot(taskListId, tasks))
61}
62
63export function buildTaskStateMessage(
64 taskListId: string,

Callers 2

publishTaskStateFunction · 0.85

Calls 1

buildTaskStateSnapshotFunction · 0.85

Tested by

no test coverage detected