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

Method isRawModeSupported

src/ink/components/App.tsx:151–153  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

149
150 // Determines if TTY is supported on the provided stdin
151 isRawModeSupported(): boolean {
152 return this.props.stdin.isTTY;
153 }
154 override render() {
155 return <TerminalSizeContext.Provider value={{
156 columns: this.props.terminalColumns,

Callers 4

renderMethod · 0.95
componentWillUnmountMethod · 0.95
AppClass · 0.95
resumeHandlerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected