MCPcopy Create free account
hub / github.com/sourcebot-dev/sourcebot / isCustomText

Function isCustomText

packages/web/src/features/chat/mcpOAuthDraft.ts:32–34  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

30}
31
32function isCustomText(value: unknown): value is CustomText {
33 return isRecord(value) && typeof value.text === 'string';
34}
35
36function isMentionElement(value: unknown): value is MentionElement {
37 return (

Callers 1

isParagraphElementFunction · 0.85

Calls 1

isRecordFunction · 0.70

Tested by

no test coverage detected