Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/ghostty-web
/ isActive
Method
isActive
lib/input-handler.ts:601–603 ·
view source on GitHub ↗
* Check if handler is disposed
()
Source
from the content-addressed store, hash-verified
599
* Check
if
handler is disposed
600
*/
601
isActive(): boolean {
602
return
!this.isDisposed;
603
}
604
}
Callers
1
input-handler.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected