MCPcopy Index your code
hub / github.com/tinyplex/tinybase / getCommentText

Function getCommentText

site/thumbnail.ts:52–54  ·  view source on GitHub ↗
(
  parts: {text: string}[] | undefined,
)

Source from the content-addressed store, hash-verified

50};
51
52const getCommentText = (
53 parts: {text: string}[] | undefined,
54): string | undefined => parts?.map(({text}) => text).join('');
55
56const getCommentTexts = (
57 comment: {summary?: {text: string}[]} | undefined,

Callers 1

getCommentTextsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…