MCPcopy 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

cursorXMethod · 0.95
cursorYMethod · 0.95
lengthMethod · 0.95
getLineMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected