MCPcopy
hub / github.com/date-fns/date-fns / findFnSummary

Function findFnSummary

pkgs/docs/src/utils.ts:110–112  ·  view source on GitHub ↗
(fn: DeclarationReflection)

Source from the content-addressed store, hash-verified

108 * @returns the function summary string if found
109 */
110export function findFnSummary(fn: DeclarationReflection): string | undefined {
111 return findFnTag(fn, "@summary");
112}
113
114/**
115 * Find function description in a function.

Callers 1

getFnPagesFunction · 0.85

Calls 1

findFnTagFunction · 0.85

Tested by

no test coverage detected