MCPcopy Create free account
hub / github.com/MagicCube/agentara / isBold

Function isBold

web/src/components/ai-elements/code-block.tsx:40–40  ·  view source on GitHub ↗
(fontStyle: number | undefined)

Source from the content-addressed store, hash-verified

38// eslint-disable-next-line no-bitwise -- shiki bitflag check
39// oxlint-disable-next-line eslint(no-bitwise)
40const isBold = (fontStyle: number | undefined) => fontStyle && fontStyle & 2;
41const isUnderline = (fontStyle: number | undefined) =>
42 // biome-ignore lint/suspicious/noBitwiseOperators: shiki bitflag check
43 // oxlint-disable-next-line eslint(no-bitwise)

Callers 1

TokenSpanFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected