MCPcopy
hub / github.com/freshframework/fresh / assertModuleDoc

Function assertModuleDoc

tools/check_docs_lib.ts:301–303  ·  view source on GitHub ↗
(document: DocNodeWithJsDoc<DocNodeModuleDoc>)

Source from the content-addressed store, hash-verified

299}
300
301function assertModuleDoc(document: DocNodeWithJsDoc<DocNodeModuleDoc>) {
302 assertHasSnippets(document.jsDoc.doc!, document);
303}
304
305function assertHasDeprecationDesc(document: DocNodeWithJsDoc<DocNode>) {
306 const tags = document.jsDoc?.tags;

Callers 1

assertDocsFunction · 0.85

Calls 1

assertHasSnippetsFunction · 0.85

Tested by

no test coverage detected