Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Waishnav/devspace
/ hasOutput
Method
hasOutput
src/process-sessions.ts:169–171 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
167
}
168
169
hasOutput(): boolean {
170
return
this.totalCharacters > 0;
171
}
172
173
drain(maxCharacters: number): { output: string; truncated: boolean } {
174
if
(!Number.isInteger(maxCharacters) || maxCharacters < 1) {
Callers
1
write
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected