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

Function NOOP

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

Source from the content-addressed store, hash-verified

206// Stable no-ops for the disabled path so useSyncExternalStore doesn't
207// churn its subscription on every render.
208const NOOP = (): void => {}
209const NOOP_SUBSCRIBE = (): (() => void) => NOOP
210const NOOP_SNAPSHOT = (): undefined => undefined
211

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected