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

Function ALWAYS_FALSE

src/ink/hooks/use-selection.ts:90–90  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88
89const NO_SUBSCRIBE = () => () => {}
90const ALWAYS_FALSE = () => false
91
92/**
93 * Reactive selection-exists state. Re-renders the caller when a text

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected