Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
7
const
useStdin = () => useContext(StdinContext)
8
export
default useStdin
9
Callers
3
ThemeProvider
Function · 0.85
useInput
Function · 0.85
REPL
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected