Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/ghostty-web
/ getWasmTerm
Method
getWasmTerm
lib/buffer.ts:207–209 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
205
}
206
207
private getWasmTerm(): GhosttyTerminal | undefined {
208
return
(this.terminal as any).wasmTerm as GhosttyTerminal | undefined;
209
}
210
}
211
212
// ============================================================================
Callers
4
cursorX
Method · 0.95
cursorY
Method · 0.95
length
Method · 0.95
getLine
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected