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

Function getSummaryMarkdown

site/thumbnail.ts:101–103  ·  view source on GitHub ↗
(node: Node)

Source from the content-addressed store, hash-verified

99});
100
101export const getSummaryMarkdown = (node: Node): string => {
102 return (node.summary ?? '') || getLeadParagraph(node.body ?? '');
103};

Callers 3

buildFunction · 0.90
SiteNodeSectionBlockFunction · 0.90
PageFunction · 0.90

Calls 1

getLeadParagraphFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…