MCPcopy Index your code
hub / github.com/codeaashu/claude-code / useStdin

Function useStdin

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

Source from the content-addressed store, hash-verified

5 * `useStdin` is a React hook, which exposes stdin stream.
6 */
7const useStdin = () => useContext(StdinContext)
8export default useStdin
9

Callers 3

ThemeProviderFunction · 0.85
useInputFunction · 0.85
REPLFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected