Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/thesysdev/openui
/ useIsStreaming
Function
useIsStreaming
packages/react-lang/src/context.ts:101–103 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
99
* Whether the LLM is currently streaming content.
100
*/
101
export
function
useIsStreaming() {
102
return
useOpenUI().isStreaming;
103
}
104
105
/**
106
* Whether any Query is currently fetching data.
Callers
15
index.tsx
File · 0.90
index.tsx
File · 0.90
index.tsx
File · 0.90
index.tsx
File · 0.90
index.tsx
File · 0.90
index.tsx
File · 0.90
index.tsx
File · 0.90
index.tsx
File · 0.90
index.tsx
File · 0.90
index.tsx
File · 0.90
TextAreaRenderer
Function · 0.90
SwitchGroupRenderer
Function · 0.90
Calls
1
useOpenUI
Function · 0.70
Tested by
no test coverage detected