Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/ghostty-web
/ isBold
Method
isBold
lib/types.ts:681–681 ·
view source on GitHub ↗
Check if cell has specific flags
()
Source
from the content-addressed store, hash-verified
679
680
/** Check
if
cell has specific flags */
681
isBold(): boolean;
682
isItalic(): boolean;
683
isDim(): boolean;
684
}
Callers
1
buffer.test.ts
File · 0.65
Implementers
1
BufferCell
lib/buffer.ts
Calls
no outgoing calls
Tested by
no test coverage detected