Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PankajKumardev/claude-code-clone
/ displayThinking
Method
displayThinking
src/cli/interface.ts:54–56 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
52
53
// Display thinking indicator
54
displayThinking(): void {
55
this.spinner.start(chalk.yellow(
'Claude is thinking...'
));
56
}
57
58
// Stop thinking indicator
59
stopThinking(): void {
Callers
1
processUserInput
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected