Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
101
export
const
getSummaryMarkdown = (node: Node): string => {
102
return
(node.summary ??
''
) || getLeadParagraph(node.body ??
''
);
103
};
Callers
3
build
Function · 0.90
SiteNodeSectionBlock
Function · 0.90
Page
Function · 0.90
Calls
1
getLeadParagraph
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…