MCPcopy Create free account
hub / github.com/adcontextprotocol/adcp / hasIllustrations

Function hasIllustrations

scripts/check-seo-metadata.cjs:67–69  ·  view source on GitHub ↗
(content)

Source from the content-addressed store, hash-verified

65}
66
67function hasIllustrations(content) {
68 return IMAGE_PATTERN.test(content);
69}
70
71const files = findMdxFiles(DOCS_DIR);
72const errors = [];

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected