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

Function getReadMore

site/ui/SiteNodeSection.tsx:23–24  ·  view source on GitHub ↗
(readMore: boolean, isSingle: boolean, node: Node)

Source from the content-addressed store, hash-verified

21const SectionLevel = createContext<{level: number}>({level: 1});
22
23const getReadMore = (readMore: boolean, isSingle: boolean, node: Node) =>
24 readMore ? ` [Read more](${(isSingle ? '#' : '') + node.url}).` : '';
25
26const getThumbnailTitle = (thumbnail: {
27 readonly alt: string;

Callers 1

SiteNodeSectionBlockFunction · 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…