MCPcopy Index your code
hub / github.com/freshframework/fresh / assertClassPropertyDocs

Function assertClassPropertyDocs

tools/check_docs_lib.ts:277–281  ·  view source on GitHub ↗
(
  property: DocNodeWithJsDoc<ClassPropertyDef>,
)

Source from the content-addressed store, hash-verified

275}
276
277function assertClassPropertyDocs(
278 property: DocNodeWithJsDoc<ClassPropertyDef>,
279) {
280 assertHasExampleTag(property);
281}
282
283function assertConstructorDocs(
284 constructor: DocNodeWithJsDoc<ClassConstructorDef>,

Callers 1

assertClassDocsFunction · 0.85

Calls 1

assertHasExampleTagFunction · 0.85

Tested by

no test coverage detected