MCPcopy Create free account
hub / github.com/BingyanStudio/github-analyzer / FormattedSection

Interface FormattedSection

web/src/utils/reportUtils.ts:1–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface FormattedSection {
2 title: string;
3 content: string[];
4}
5
6export const formatReportSections = (text: string): FormattedSection[] => {
7 if (!text) return [];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected