MCPcopy Create free account
hub / github.com/codeaashu/claude-code / NOOP_SNAPSHOT

Function NOOP_SNAPSHOT

src/hooks/useTasksV2.ts:210–210  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

208const NOOP = (): void => {}
209const NOOP_SUBSCRIBE = (): (() => void) => NOOP
210const NOOP_SNAPSHOT = (): undefined => undefined
211
212/**
213 * Hook to get the current task list for the persistent UI display.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected