MCPcopy Create free account
hub / github.com/denoland/std / assertModuleDoc

Function assertModuleDoc

_tools/check_docs.ts:350–352  ·  view source on GitHub ↗

* Checks a module document for: * - Code snippets that execute successfully.

(document: DocNodeWithJsDoc<DocNodeModuleDoc>)

Source from the content-addressed store, hash-verified

348 * - Code snippets that execute successfully.
349 */
350function assertModuleDoc(document: DocNodeWithJsDoc<DocNodeModuleDoc>) {
351 assertHasSnippets(document.jsDoc.doc!, document);
352}
353
354/**
355 * Ensures an interface document:

Callers 1

assertDocsFunction · 0.85

Calls 1

assertHasSnippetsFunction · 0.85

Tested by

no test coverage detected