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

Function NULL

src/components/PromptInput/PromptInputFooterLeftSide.tsx:50–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48/* eslint-enable @typescript-eslint/no-require-imports */
49const NO_OP_SUBSCRIBE = (_cb: () => void) => () => {};
50const NULL = () => null;
51const MAX_VOICE_HINT_SHOWS = 3;
52type Props = {
53 exitMessage: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected